Skip to content

Commit 72490a1

Browse files
committed
compa(248): format code
1 parent 9528fdd commit 72490a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/adminhtml/web/category/edit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ define([
2222
'jquery'
2323
], function (jQuery) {
2424

25-
var categorySubmit = function (url, useAjax) {
25+
var categorySubmit = function () {
2626
var activeTab = $('active_tab_id');
2727
if (activeTab) {
2828
if (activeTab.tabsJsObject && activeTab.tabsJsObject.tabs('activeAnchor')) {

0 commit comments

Comments
 (0)