Skip to content

Commit

Permalink
ENGCOM-4369: [Backport] Checkout - Fix JS error Cannot read property …
Browse files Browse the repository at this point in the history
…'quoteData' of undefined #21432
  • Loading branch information
sidolov committed Mar 27, 2019
2 parents c465947 + c751471 commit dd5187b
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 dd5187b

Please sign in to comment.