Skip to content

Commit

Permalink
Chore: eslint (skin.js)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorA100 authored May 27, 2024
1 parent 4a85901 commit 670a603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/skins/classic/js/skin.js
Original file line number Diff line number Diff line change
Expand Up @@ -1334,7 +1334,7 @@ var zmPanZoom = {
this.setTriggerChangedMonitors(id);
},

setTriggerChangedMonitors: function(id) {
setTriggerChangedMonitors: function(id) {
if (typeof setTriggerChangedMonitors !== 'undefined' && $j.isFunction(setTriggerChangedMonitors)) {
//Montage page
setTriggerChangedMonitors(id);
Expand All @@ -1343,4 +1343,4 @@ var zmPanZoom = {
updateScale = true;
}
}
}
};

0 comments on commit 670a603

Please sign in to comment.