[Laszlo-dev] LzSprite.js mods I've made

Philip Romanik promanik at laszlosystems.com
Fri Aug 25 07:18:43 PDT 2006


Hi Max,

I've added a few stub functions to lzSprite.js. I'd like to check them in. 
This will reduce some errors people will see running certain unit tests and 
apps. Are you ok with this?

Thanks!

Phil



LzSprite.prototype.setMaxLength = function ( v ){
//STUB
}

LzSprite.prototype.setPattern = function ( v ){
//STUB
}

LzSprite.prototype.__LZsetClickRegion = function ( cr ){
//STUB
}

LzSprite.prototype.__LZsetXOffset = function ( xoff ){
//STUB
}

LzSprite.prototype.__LZsetYOffset = function ( yoff ){
//STUB
} 



More information about the Laszlo-dev mailing list