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
} 

_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to