Skip to content

Commit

Permalink
Merge pull request #11681 from nextcloud/refactor/remove-deprecated-g…
Browse files Browse the repository at this point in the history
…etScrollBarWidth

Remove deprecated window.getScrollBarWidth
  • Loading branch information
MorrisJobke authored Oct 8, 2018
2 parents 5d83645 + a0499f4 commit 8acd503
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions core/js/js.js
Original file line number Diff line number Diff line change
Expand Up @@ -2396,13 +2396,6 @@ jQuery.fn.exists = function(){
return this.length > 0;
};

/**
* @deprecated use OC.Util.getScrollBarWidth() instead
*/
function getScrollBarWidth() {
return OC.Util.getScrollBarWidth();
}

/**
* jQuery tipsy shim for the bootstrap tooltip
*/
Expand Down

0 comments on commit 8acd503

Please sign in to comment.