Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinmetcalf committed Mar 11, 2014
1 parent 668af4f commit 52e6d73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
18 changes: 2 additions & 16 deletions dist/immediate.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ exports.test = function () {
var types = [
_dereq_("./nextTick"),
_dereq_("./mutation"),
_dereq_("./realSetImmediate"),
_dereq_("./postMessage"),
_dereq_("./messageChannel"),
_dereq_("./stateChange"),
Expand Down Expand Up @@ -59,7 +58,7 @@ module.exports.clear = function (n) {
return this;
};

},{"./messageChannel":3,"./mutation":4,"./nextTick":1,"./postMessage":5,"./realSetImmediate":6,"./stateChange":7,"./timeout":8}],3:[function(_dereq_,module,exports){
},{"./messageChannel":3,"./mutation":4,"./nextTick":1,"./postMessage":5,"./stateChange":6,"./timeout":7}],3:[function(_dereq_,module,exports){
(function (global){
"use strict";

Expand Down Expand Up @@ -145,19 +144,6 @@ exports.install = function (func) {
(function (global){
"use strict";

exports.test = function () {
return global.setImmediate;
};

exports.install = function (handle) {
return global.setTimeout.bind(global, handle, 0);
};

}).call(this,typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
},{}],7:[function(_dereq_,module,exports){
(function (global){
"use strict";

exports.test = function () {
return "document" in global && "onreadystatechange" in global.document.createElement("script");
};
Expand All @@ -181,7 +167,7 @@ exports.install = function (handle) {
};
};
}).call(this,typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
},{}],8:[function(_dereq_,module,exports){
},{}],7:[function(_dereq_,module,exports){
"use strict";
exports.test = function () {
return true;
Expand Down
2 changes: 1 addition & 1 deletion dist/immediate.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 52e6d73

Please sign in to comment.