Hello,

I found that false wasn't being set when using the dictionary
object.

In dynlayer_base.js: DynLayer()

-this.visible = (args.visible||true);
+this.visible = (args.visible==false)?false:true;

-this._textSelectable = (args.textSelectable||true);
+this._textSelectable = (args.textSelectable==false)?false:true;

-
Kevin




-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to