Merge pull request #11681 from nextcloud/refactor/remove-deprecated-getScrollBarWidth
Remove deprecated window.getScrollBarWidth
This commit is contained in:
commit
8acd503975
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue