Remove deprecated window.getScrollBarWidth
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
8110a3be69
commit
a0499f4404
|
@ -2423,13 +2423,6 @@ jQuery.fn.exists = function(){
|
||||||
return this.length > 0;
|
return this.length > 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated use OC.Util.getScrollBarWidth() instead
|
|
||||||
*/
|
|
||||||
function getScrollBarWidth() {
|
|
||||||
return OC.Util.getScrollBarWidth();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* jQuery tipsy shim for the bootstrap tooltip
|
* jQuery tipsy shim for the bootstrap tooltip
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue