simplify amd module formatter

This commit is contained in:
Sebastian McKenzie
2014-10-20 01:40:23 +11:00
parent b8a80364df
commit e263757509
13 changed files with 17 additions and 66 deletions

View File

@@ -1,8 +1,6 @@
"use strict";
define([], function () {
var exports = {};
define(["exports"], function (exports) {
exports.foo7 = foo7;
var foo = 1;
exports.foo = foo;
@@ -24,6 +22,4 @@ define([], function () {
}();
exports.foo8 = foo8;
return exports;
});