Skip to content

Commit

Permalink
Checkout - Fix JS error Cannot read property 'quoteData' of undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
ihor-sviziev committed Oct 10, 2018
1 parent a474225 commit 96687ac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
*/
define([
'ko',
'underscore'
'underscore',
'domReady!'
], function (ko, _) {
'use strict';

Expand Down

0 comments on commit 96687ac

Please sign in to comment.