Skip to content

Commit

Permalink
fix(lodash): add lodash to global scope in regular pivotal-ui.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Pleiss committed Dec 29, 2014
1 parent 47c2179 commit 4f4f01d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pivotal-ui/javascripts/pivotal-ui.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
global.$ = global.jQuery = require('jquery');
global._ = require('lodash');
require('bootstrap');
require('modernizr');
require('prism');
Expand Down

0 comments on commit 4f4f01d

Please sign in to comment.