Home
last modified time | relevance | path

Searched refs:getScrollbarSize (Results 1 – 1 of 1) sorted by relevance

/template/codowik/js/
H A Dlayout.js323 , scrollbarWidth: function () { return window.scrollbarWidth || $.layout.getScrollbarSize('width'…
324 , scrollbarHeight: function () { return window.scrollbarHeight || $.layout.getScrollbarSize('height…
325 , getScrollbarSize: function (dim) { method in $.layout