|
1 | 1 | /** |
2 | | - * React (with addons) v0.12.0 |
| 2 | + * React (with addons) v0.12.1 |
3 | 3 | */ |
4 | 4 | !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.React=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(_dereq_,module,exports){ |
5 | 5 | /** |
@@ -4400,7 +4400,7 @@ if ("production" !== "development") { |
4400 | 4400 |
|
4401 | 4401 | // Version exists only in the open-source version of React, not in Facebook's |
4402 | 4402 | // internal version. |
4403 | | -React.version = '0.12.0'; |
| 4403 | +React.version = '0.12.1'; |
4404 | 4404 |
|
4405 | 4405 | module.exports = React; |
4406 | 4406 |
|
@@ -7070,7 +7070,7 @@ var ReactCompositeComponentMixin = { |
7070 | 7070 | boundMethod.__reactBoundArguments = null; |
7071 | 7071 | var componentName = component.constructor.displayName; |
7072 | 7072 | var _bind = boundMethod.bind; |
7073 | | - boundMethod.bind = function(newThis ) {var args=Array.prototype.slice.call(arguments,1); |
| 7073 | + boundMethod.bind = function(newThis ) {for (var args=[],$__0=1,$__1=arguments.length;$__0<$__1;$__0++) args.push(arguments[$__0]); |
7074 | 7074 | // User is trying to bind() an autobound method; we effectively will |
7075 | 7075 | // ignore the value of "this" that the user is trying to use, so |
7076 | 7076 | // let's warn. |
@@ -9404,7 +9404,7 @@ var ReactDefaultPerf = { |
9404 | 9404 | }, |
9405 | 9405 |
|
9406 | 9406 | measure: function(moduleName, fnName, func) { |
9407 | | - return function() {var args=Array.prototype.slice.call(arguments,0); |
| 9407 | + return function() {for (var args=[],$__0=0,$__1=arguments.length;$__0<$__1;$__0++) args.push(arguments[$__0]); |
9408 | 9408 | var totalTime; |
9409 | 9409 | var rv; |
9410 | 9410 | var start; |
@@ -19780,7 +19780,7 @@ var emptyFunction = _dereq_("./emptyFunction"); |
19780 | 19780 | var warning = emptyFunction; |
19781 | 19781 |
|
19782 | 19782 | if ("production" !== "development") { |
19783 | | - warning = function(condition, format ) {var args=Array.prototype.slice.call(arguments,2); |
| 19783 | + warning = function(condition, format ) {for (var args=[],$__0=2,$__1=arguments.length;$__0<$__1;$__0++) args.push(arguments[$__0]); |
19784 | 19784 | if (format === undefined) { |
19785 | 19785 | throw new Error( |
19786 | 19786 | '`warning(condition, format, ...args)` requires a warning ' + |
|
0 commit comments