Home
last modified time | relevance | path

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

/plugin/livepreview/
H A Dscript.js231 this.anchorCatcher = function (e) { method
295 document.addEventListener('mousemove',LivePreview.anchorCatcher,false);
297 document.attachEvent('onmousemove',LivePreview.anchorCatcher)