Didn't mean to commit that stuff commented out

This commit is contained in:
Matthew Taylor 2015-10-16 11:04:34 -04:00
parent c1de837595
commit b26a0f69c3

View file

@ -1,14 +1,6 @@
var api = require('./mixins/api.jsx').api;
var jar = require('./lib/jar');
// var locales = require('../languages.json');
// var translations = {
// en: require('../en.json')
// };
// for (var id in locales) {
// try {
// translations[id] = require('../locales/' + id + '.json');
// } catch
// }
var translations = require('../locales/translations.json');
require('custom-event-polyfill');