Skip to content

Commit

Permalink
update for magento#6207; quote dependency is not required anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Leers committed Aug 18, 2016
1 parent 9dced37 commit 7d6ae91
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ define(
'ko',
'jquery',
'uiComponent',
'Magento_CheckoutAgreements/js/model/agreements-modal',
'Magento_Checkout/js/model/quote'
'Magento_CheckoutAgreements/js/model/agreements-modal'
],
function (ko, $, Component, agreementsModal, quote) {
function (ko, $, Component, agreementsModal) {
'use strict';
var checkoutConfig = window.checkoutConfig,
agreementManualMode = 1,
Expand Down

0 comments on commit 7d6ae91

Please sign in to comment.