[Laszlo-dev] typo in "iframemanager.js"?
André Bargull
andre.bargull at udo.edu
Tue Jun 9 13:39:15 PDT 2009
"lps/includes/source/iframemanager.js", l.349-354:
> // clear __lastMouseDown to prevent mouseover/out events
> being sent as dragin/out events - see LzSprite.js and LzMouseKernel.js
> - there will be no global mouseup sent from window.document to clear
> this...
> if (eventname == 'onmouseup') {
> if (LzMouseKernel.__lastMouseDown = iframe.owner.sprite) {
> LzMouseKernel.__lastMouseDown = null;
> }
> }
Is that an intended assignment in the inner if-condition or just a typo?
More information about the Laszlo-dev
mailing list