Skip to content

Commit

Permalink
Merge pull request #1378 from SamTay/fix/inconsistent-js-filenames
Browse files Browse the repository at this point in the history
fix incorrect js filename
  • Loading branch information
vpelipenko committed Jun 24, 2015
2 parents db17c80 + 9ac1b60 commit cfa26be
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ define([
'ko',
'Magento_Customer/js/section-config',
'jquery/jquery-storageapi',
'jquery/jquery-cookie'
'jquery/jquery.cookie'

], function ($, _, ko, sectionConfig) {
'use strict';

Expand Down

0 comments on commit cfa26be

Please sign in to comment.