| Index: lib/html/templates/html/impl/impl_MutationObserver.darttemplate
|
| diff --git a/lib/html/templates/html/impl/impl_MutationObserver.darttemplate b/lib/html/templates/html/impl/impl_MutationObserver.darttemplate
|
| index 4ae3c21d22049f8cd1a420b3bcb83284ad817e30..45d337bbd96736ba74c5150c5010e1bb1c9903ff 100644
|
| --- a/lib/html/templates/html/impl/impl_MutationObserver.darttemplate
|
| +++ b/lib/html/templates/html/impl/impl_MutationObserver.darttemplate
|
| @@ -20,7 +20,7 @@ $!MEMBERS
|
| if (options != null) {
|
| options.forEach((k, v) {
|
| if (_boolKeys.containsKey(k)) {
|
| - _add(parsedOptions, k, true === v);
|
| + _add(parsedOptions, k, true == v);
|
| } else if (k == 'attributeFilter') {
|
| _add(parsedOptions, k, _fixupList(v));
|
| } else {
|
|
|