angular-three 1.0.2 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1672,7 +1672,6 @@ class NgtRendererStore {
1672
1672
  return;
1673
1673
  }
1674
1674
  if (name === SPECIAL_PROPERTIES.VALUE) {
1675
- // TODO the last time we tried this here, this didn't work
1676
1675
  // coercion
1677
1676
  let maybeCoerced = value;
1678
1677
  if (maybeCoerced === '' || maybeCoerced === 'true' || maybeCoerced === 'false') {