pjekel / cbtree

The Dijit Tree with Multi State Checkboxes, project code 'cbtree' , is a highly configurable dojo/dijit tree with support for multi-state checkboxes or third party widgets capable of presenting a so-called 'checked' state.
Other
75 stars 34 forks source link

this.declaredClass doesn't have sense for anonymous AMD modules #7

Closed vvoovv closed 12 years ago

vvoovv commented 12 years ago

An alternative might be require.toAbsMid("./Tree") where require is context sensitive require. However it's not much different from simply writing cbtree/Tree

pjekel commented 12 years ago

I was thinking of declaring something like '_moduleName' and use that instead of this.declaredClass

-----Original Message----- From: Vladimir Elistratov [mailto:reply@reply.github.com] Sent: Monday, April 09, 2012 5:07 AM To: pjekel Subject: [cbtree] this.declaredClass doesn't have sense for anonymous AMD modules (#7)

An alternative might be require.toAbsMid("./Tree") where require is context sensitive require. However it's not much different from simply writing cbtree/Tree


Reply to this email directly or view it on GitHub: https://github.com/pjekel/cbtree/issues/7