You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
Running Chrome with --js-flags="--strong-mode" and replacing all uses of 'use strict' with 'use strong', we get:
Chrome 47.0.2523 (Mac OS X 10.10.5) ERROR
Uncaught SyntaxError: In strong mode, '==' and '!=' are deprecated, use '===' and '!==' instead
at /Users/vsm/git/ddc-clean/lib/runtime/dart_library.js:60
The text was updated successfully, but these errors were encountered:
Running Chrome with --js-flags="--strong-mode" and replacing all uses of 'use strict' with 'use strong', we get:
The text was updated successfully, but these errors were encountered: