Skip to content

Commit f9d99a3

Browse files
committed
remove semicolon typo
1 parent 12b537a commit f9d99a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/frontAjaxHtml/view/frontend/web/js/ajax/${actionname}.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ define([
7777
/**
7878
* show ajax loader
7979
*/
80-
_ajaxBeforeSend: function () {;
80+
_ajaxBeforeSend: function () {
8181
$(this.options.waitLoadingContainer).show();
8282
},
8383

0 commit comments

Comments
 (0)