Merge pull request #11681 from nextcloud/refactor/remove-deprecated-getScrollBarWidth

Remove deprecated window.getScrollBarWidth
This commit is contained in:
Morris Jobke 2018-10-08 17:43:10 +02:00 committed by GitHub
commit 8acd503975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -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
*/