Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/utils.js

Issue 16067002: Added Safari Support (Closed)
Patch Set: Added missing copyright disclaimers and websql implementation Created Oct. 23, 2013, 2:46 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« chrome/common.js ('K') | « include.preload.js ('k') | lib/websql/io.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/utils.js
===================================================================
--- a/lib/utils.js
+++ b/lib/utils.js
@@ -31,7 +31,7 @@
},
get appLocale()
{
- var locale = chrome.i18n.getMessage("@@ui_locale").replace(/_/g, "-");
+ var locale = ext.i18n.getMessage("@@ui_locale").replace(/_/g, "-");
this.__defineGetter__("appLocale", function() {return locale});
return this.appLocale;
},
« chrome/common.js ('K') | « include.preload.js ('k') | lib/websql/io.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld