Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dart.equals("10", 10) (issue #210)
See doc on == vs. === : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Comparison_Operators Note that the `== null` tests in the same function are probably preferable to `=== null` if both undefined and null values can be encountered.
- Loading branch information