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

Unified Diff: gm/rebaseline_server/static/loader.js

Issue 193073003: rebaseline_server: disable image magnifier, for huge UI speedup (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 9 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 | « gm/rebaseline_server/static/diff_viewer.js ('k') | gm/rebaseline_server/static/view.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/rebaseline_server/static/loader.js
diff --git a/gm/rebaseline_server/static/loader.js b/gm/rebaseline_server/static/loader.js
index d82c2f74f0c96040ff34517c39b520c71cbdce0b..bd3be2d40869f6040e42f82fffbf94f9ed48960b 100644
--- a/gm/rebaseline_server/static/loader.js
+++ b/gm/rebaseline_server/static/loader.js
@@ -5,7 +5,7 @@
*/
var Loader = angular.module(
'Loader',
- ['ConstantsModule', 'diff_viewer']
+ ['ConstantsModule']
);
Loader.directive(
« no previous file with comments | « gm/rebaseline_server/static/diff_viewer.js ('k') | gm/rebaseline_server/static/view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698