Skip to content

Commit

Permalink
Update deprecated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbeaty committed Oct 5, 2022
1 parent c5db926 commit 152dae9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/mage/adminhtml/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,11 @@ function hideLoader() {
}
}

// Deprecated since 20.0.17
/** @deprecated since 20.0.17 */
function setLoaderPosition() {
}

// Deprecated since 20.0.17
/** @deprecated since 20.0.17 */
function toggleSelectsUnderBlock(block, flag) {
}

Expand Down
2 changes: 1 addition & 1 deletion js/varien/js.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ function expandDetails(el, childClass) {
}
}

// Deprecated since 20.0.17
/** @deprecated since 20.0.17 */
var isIE = false;

if (!window.Varien)
Expand Down

0 comments on commit 152dae9

Please sign in to comment.