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 authored and amol2jcommerce committed Feb 25, 2019
1 parent f69bf0c commit d40ea45
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

1 comment on commit d40ea45

@gabriel3iri
Copy link

@gabriel3iri gabriel3iri commented on d40ea45 May 30, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why I'm not seeing this on 2.3.1?

Please sign in to comment.