Add AMD+CommonJS capabilities to the build script (for modules with long unreadable dependency lists)

Conflicts:
	src/core.js
This commit is contained in:
Timmy Willison
2013-09-09 09:50:12 -04:00
parent a289beb688
commit ee0343dd1b
3 changed files with 22 additions and 16 deletions

View File

@@ -1,3 +1,4 @@
define(function() {
// [[Class]] -> type pairs
return {};
});