Skip to content

Commit

Permalink
Fixed coding standard issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
gelanivishal authored and RahulKachhadia committed May 23, 2018
1 parent c842b24 commit f584b42
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
*/

define([
"jquery",
"Magento_Ui/js/modal/modal"
], function($){
'jquery',
'Magento_Ui/js/modal/modal'
], function ($) {

'use strict';

return function (data, element) {
Expand All @@ -21,4 +22,4 @@ define([
}
this.modal.modal('openModal');
};
});
});

0 comments on commit f584b42

Please sign in to comment.