Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(587)

Unified Diff: lib/runtime/dart/svg.js

Issue 1767803002: a few small refactorings to closure workarounds (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/runtime/dart/indexed_db.js ('k') | lib/runtime/dart/web_audio.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart/svg.js
diff --git a/lib/runtime/dart/svg.js b/lib/runtime/dart/svg.js
index 1ac08695040fda2f73911fb523063a2573e21713..3b7bf269bdde2d0d421fc0fcc5cb902f684abc87 100644
--- a/lib/runtime/dart/svg.js
+++ b/lib/runtime/dart/svg.js
@@ -1,14 +1,14 @@
dart_library.library('dart/svg', null, /* Imports */[
'dart/_runtime',
- 'dart/core',
'dart/html',
+ 'dart/core',
'dart/html_common',
'dart/_metadata',
'dart/_js_helper',
'dart/_interceptors',
'dart/collection'
], /* Lazy imports */[
-], function(exports, dart, core, html$, html_common, _metadata, _js_helper, _interceptors, collection) {
+], function(exports, dart, html$, core, html_common, _metadata, _js_helper, _interceptors, collection) {
'use strict';
let dartx = dart.dartx;
class _SvgElementFactoryProvider extends core.Object {
« no previous file with comments | « lib/runtime/dart/indexed_db.js ('k') | lib/runtime/dart/web_audio.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698