Skip to content

Commit

Permalink
ENGCOM-3849: Checkout - Fix JS error Cannot read property 'quoteData'…
Browse files Browse the repository at this point in the history
… of undefined #18503
  • Loading branch information
sivaschenko authored Feb 24, 2019
2 parents a9b51df + feea928 commit 96a8630
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 96a8630

Please sign in to comment.