Brian Cray
unread,Mar 19, 2013, 9:53:26 AM3/19/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to amd-im...@googlegroups.com
Right now in my loader if dependencies.length === 0 then I replace it with [require, exports, module]. Is that required? If not it seems like a good optimization to bypass passing require, exports and module into the constructor.