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

Unified Diff: Tools/GardeningServer/karma.conf.js

Issue 542953003: Fix global exceptions in karma.conf.js for chartnewjs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/karma.conf.js
diff --git a/Tools/GardeningServer/karma.conf.js b/Tools/GardeningServer/karma.conf.js
index 454dd399bef4cde7f59f714065d0cb0db2d0776e..be3bfd0606b32ad3bca95271bcaa285f7f8dea41 100644
--- a/Tools/GardeningServer/karma.conf.js
+++ b/Tools/GardeningServer/karma.conf.js
@@ -19,7 +19,7 @@ module.exports = function(config) {
globals: ['net', 'scrolled', 'oCursor', 'availableWidth', 'topNotUsableSize',
'xLabelWidth', 'nblab', 'bottomNotUsableHeightWithoutXLabels',
'bottomNotUsableHeightWithXLabels', 'availableHeight', 'clrx', 'clrwidth',
- 'clry', 'clrheight']
+ 'clry', 'clrheight', 'fmtYLabel', 'lgtxt', 'lgtxt2']
},
captureConsole: true
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698