From 055870a6b2914949ee0aab4cd7eb5e802d9c551c Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sun, 5 Jan 2014 20:22:51 -0500 Subject: Add console.error to most .then, speed up Makefile --- www/js/i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/i18n.js') diff --git a/www/js/i18n.js b/www/js/i18n.js index 692104d..a41a7d2 100644 --- a/www/js/i18n.js +++ b/www/js/i18n.js @@ -9,6 +9,6 @@ html5ks.i18n = { e[i].textContent = uiStrings[k]; } } - }); + }, console.error); } }; -- cgit v1.2.3-54-g00ecf