Skip to content

Commit

Permalink
Fixed Invalid quote mark issue
Browse files Browse the repository at this point in the history
  • Loading branch information
patelnimesh1988 authored and vijay-wagento committed Jun 4, 2018
1 parent 8128913 commit 2922332
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
*/

define([
"jquery",
"mage/mage"
'jquery',
'mage/mage'
], function ($) {
'use strict';

return function (data) {
$($.mage.redirect(data.url, "assign", 5000));
$($.mage.redirect(data.url, 'assign', 5000));
};
});

0 comments on commit 2922332

Please sign in to comment.