Merge branch 'master' of github.com:systemed/iD

This commit is contained in:
Tom MacWright
2013-03-08 16:53:40 -05:00
6 changed files with 229 additions and 240 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
var locale = { _current: 'en' };
window.locale = { _current: 'en' };
locale.current = function(_) {
if (!arguments.length) return locale._current;