Changeset 6987

Show
Ignore:
Timestamp:
01/04/07 17:09:55 (2 years ago)
Author:
alex
Message:

porting to getObject()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/widget/Widget.js

    r6848 r6987  
    445445                                                // considered a function spec, not code 
    446446                                                if(args[x].search(/[^\w\.]+/i) == -1){ 
    447                                                         this[x] = dojo.evalObjPath(args[x], false); 
     447                                                        this[x] = dojo.getObject(args[x], false); 
    448448                                                }else{ 
    449449                                                        var tn = dojo.lang.nameAnonFunc(new Function(args[x]), this);