client/misc: extract polyfills to separate file

This commit is contained in:
rr-
2016-04-07 21:12:59 +02:00
parent d603fb3fe6
commit fe5946b4b0
3 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,6 @@
'use strict';
require('./util/polyfill.js');
require('./util/handlebars-helpers.js');
let controllers = [];