Files
sdk/pkg/dev_compiler/lib/runtime
John Messerly 498ecbc7c3 small cleanups to dart_runtime.js
these were caught by the webstorm ES6 plugin
biggest one is strict mode doesn't like local functions except at top level, I think becasue the name is not scoped correctly (for historical reasons). Instead `let name = () => ...;`  allows correct scoping for `name`.

R=vsm@google.com

Review URL: https://codereview.chromium.org/1152783005
2015-06-01 09:32:40 -07:00
..
2015-03-30 16:03:50 -07:00
2015-03-11 08:36:23 -07:00