Skip to content

Commit

Permalink
replace underscore with lodash
Browse files Browse the repository at this point in the history
  • Loading branch information
jscott1989 committed Jun 16, 2016
1 parent e7f2a7c commit cbc8429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/js/blocks/purchase-tickets-widget.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import $ from 'jquery';
import ko from 'knockout';
import _ from 'underscore';
import _ from 'lodash';

/**
* Used when purchasing tickets
Expand Down

0 comments on commit cbc8429

Please sign in to comment.