SitePen / dojo-amd-converter

A legacy dojo to AMD conversion utility.
Other
11 stars 5 forks source link

support dojo.forEach(connects, dojo.disconnect) #12

Open mmaxwell opened 11 years ago

mmaxwell commented 11 years ago

The usage of dojo.disconnect isn't recognized as a call (which is right) but it needs to be converted to connect.disconnect. Maybe add a util.isFunction helper to help with this.