Added shim for _

This commit is contained in:
Keivan Beigi 2015-07-27 22:34:44 -07:00
parent fcfbfae4c1
commit f4d9e3495a
3 changed files with 10 additions and 4 deletions

View file

@ -0,0 +1,4 @@
var _ = require('../JsLibraries/lodash.underscore');
window._ = window._ || _;
module.exports = window._;