Skip to content

Commit c4710f9

Browse files
committed
v1.4.0-build.3942+sha.c55a494
1 parent 4759a69 commit c4710f9

33 files changed

+80
-78
lines changed
9.34 MB
Binary file not shown.

snapshot/angular-animate.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.4.0-build.3941+sha.ffbeb32
2+
* @license AngularJS v1.4.0-build.3942+sha.c55a494
33
* (c) 2010-2015 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -438,9 +438,11 @@ angular.module('ngAnimate', ['ng'])
438438
//so that all the animated elements within the animation frame
439439
//will be properly updated and drawn on screen. This is
440440
//required to perform multi-class CSS based animations with
441-
//Firefox. DO NOT REMOVE THIS LINE.
442-
var a = bod.offsetWidth + 1;
443-
fn();
441+
//Firefox. DO NOT REMOVE THIS LINE. DO NOT OPTIMIZE THIS LINE.
442+
//THE MINIFIER WILL REMOVE IT OTHERWISE WHICH WILL RESULT IN AN
443+
//UNPREDICTABLE BUG THAT IS VERY HARD TO TRACK DOWN AND WILL
444+
//TAKE YEARS AWAY FROM YOUR LIFE!
445+
fn(bod.offsetWidth);
444446
});
445447
};
446448
}])

snapshot/angular-animate.min.js

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snapshot/angular-animate.min.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snapshot/angular-aria.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.4.0-build.3941+sha.ffbeb32
2+
* @license AngularJS v1.4.0-build.3942+sha.c55a494
33
* (c) 2010-2015 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

snapshot/angular-aria.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snapshot/angular-cookies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.4.0-build.3941+sha.ffbeb32
2+
* @license AngularJS v1.4.0-build.3942+sha.c55a494
33
* (c) 2010-2015 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

snapshot/angular-cookies.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snapshot/angular-loader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.4.0-build.3941+sha.ffbeb32
2+
* @license AngularJS v1.4.0-build.3942+sha.c55a494
33
* (c) 2010-2015 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -58,7 +58,7 @@ function minErr(module, ErrorConstructor) {
5858
return match;
5959
});
6060

61-
message += '\nhttp://errors.angularjs.org/1.4.0-build.3941+sha.ffbeb32/' +
61+
message += '\nhttp://errors.angularjs.org/1.4.0-build.3942+sha.c55a494/' +
6262
(module ? module + '/' : '') + code;
6363

6464
for (i = SKIP_INDEXES, paramPrefix = '?'; i < templateArgs.length; i++, paramPrefix = '&') {

snapshot/angular-loader.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)