Chromium Code Reviews| Index: client/dart.js |
| diff --git a/client/dart.js b/client/dart.js |
| index a21644065ff6e26778c9b66836e11a280f19594b..6583bc7021956d2da71ffe5f9818502c6c24df29 100644 |
| --- a/client/dart.js |
| +++ b/client/dart.js |
| @@ -33,3 +33,5 @@ if (navigator.webkitStartDart) { |
| } |
| }, false); |
| } |
| + |
| +window._$dart$initialized = true; |
|
kasperl
2012/07/04 05:13:00
Let's add a comment here that explains what the pu
vsm
2012/07/04 07:43:09
Removed. I'd been using it to verify this script
|