Home
last modified time | relevance | path

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

/template/codowik/js/
H A Dlayout.js3357 bindStopSlidingEvents(pane, false); // will set isSliding=false
3519 bindStopSlidingEvents(pane, true); // BIND trigger events to close sliding-pane
3521 bindStopSlidingEvents(pane, false); // UNBIND trigger events - will set isSliding=false
3677 bindStopSlidingEvents(pane, true); // BIND trigger events to close sliding-pane
3711 bindStopSlidingEvents(pane, false); // UNBIND trigger events - TODO: is this needed here?
3805 , bindStopSlidingEvents = function (pane, enable) { function