Skip to content

Commit

Permalink
Increase timeout on isomorphic test.
Browse files Browse the repository at this point in the history
  • Loading branch information
wehriam committed Apr 9, 2016
1 parent c2c2813 commit bad89a4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions standalone.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -438,8 +438,10 @@
/* 7 */
/***/ function(module, exports) {

"use strict";

/**
* Copyright 2013-2015, Facebook, Inc.
* Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
Expand All @@ -448,8 +450,6 @@
*
*/

"use strict";

function makeEmptyFunction(arg) {
return function () {
return arg;
Expand Down Expand Up @@ -1269,8 +1269,10 @@
/* 19 */
/***/ function(module, exports) {

/* WEBPACK VAR INJECTION */(function(global) {/**
* Copyright 2013-2015, Facebook, Inc.
/* WEBPACK VAR INJECTION */(function(global) {"use strict";

/**
* Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
Expand All @@ -1280,8 +1282,6 @@
*
*/

"use strict";

function crc32(str) {
/* jslint bitwise: true */
var crc = -1;
Expand Down Expand Up @@ -1537,7 +1537,7 @@
/***/ function(module, exports) {

/**
* Copyright 2013-2015, Facebook, Inc.
* Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
Expand Down

0 comments on commit bad89a4

Please sign in to comment.