diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-08 16:41:33 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-08 16:41:33 +0200 |
commit | a0499f4404baf512cb2e743823d2f9811b70b0d6 (patch) | |
tree | ecfadf9efd1f0f0068a507cb01eb893636603688 /core | |
parent | 8110a3be699bbdea96df30472dce7862e0964901 (diff) | |
download | nextcloud-server-a0499f4404baf512cb2e743823d2f9811b70b0d6.tar.gz nextcloud-server-a0499f4404baf512cb2e743823d2f9811b70b0d6.zip |
Remove deprecated window.getScrollBarWidth
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core')
-rw-r--r-- | core/js/js.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/js/js.js b/core/js/js.js index 8e7796143d5..2527f474ea3 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -2424,13 +2424,6 @@ jQuery.fn.exists = function(){ }; /** - * @deprecated use OC.Util.getScrollBarWidth() instead - */ -function getScrollBarWidth() { - return OC.Util.getScrollBarWidth(); -} - -/** * jQuery tipsy shim for the bootstrap tooltip */ jQuery.fn.tipsy = function(argument) { |