| Index: client/dart.js
|
| diff --git a/client/dart.js b/client/dart.js
|
| index 2f12b814375ba13fb3d74b9e94120f7deaf8f4c1..d740c1fcd6940f2589a14ae38f86a267b056049c 100644
|
| --- a/client/dart.js
|
| +++ b/client/dart.js
|
| @@ -4,10 +4,9 @@
|
|
|
| // Bootstrap support for Dart scripts on the page as this script.
|
|
|
| -// TODO: remove hasFeature clause once fully migrated to webkitStartDart.
|
| if (navigator.webkitStartDart) {
|
| navigator.webkitStartDart();
|
| -} else if (!document.implementation.hasFeature('dart', '1.0')) {
|
| +} else {
|
| window.addEventListener("DOMContentLoaded", function (e) {
|
| // Fall back to compiled JS.
|
| var scripts = document.getElementsByTagName("script");
|
|
|