Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit acb1487

Browse files
committed
v1.4.0-build.3960+sha.a689ce6
1 parent 6acf914 commit acb1487

34 files changed

+48
-72
lines changed
9.37 MB
Binary file not shown.

snapshot/angular-animate.js

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.4.0-build.3959+sha.fa0bbde
2+
* @license AngularJS v1.4.0-build.3960+sha.a689ce6
33
* (c) 2010-2015 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -416,19 +416,7 @@ var $$AnimateChildrenDirective = [function() {
416416
* start: Function,
417417
*
418418
* // ends (aborts) the animation
419-
* end: Function,
420-
*
421-
* // the total number of seconds that the animation will run for
422-
* duration: Number,
423-
*
424-
* // the total number of seconds that the animation will delay for before starting
425-
* delay: Number,
426-
*
427-
* // whether or not transitions were detected and will therefore be used for the animation
428-
* transitions: Boolean,
429-
*
430-
* // whether or not keyframe animations were detected and will therefore be used for the animation
431-
* keyframes: Boolean
419+
* end: Function
432420
* }
433421
* ```
434422
*

snapshot/angular-animate.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-animate.min.js.map

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-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.3959+sha.fa0bbde
2+
* @license AngularJS v1.4.0-build.3960+sha.a689ce6
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.3959+sha.fa0bbde
2+
* @license AngularJS v1.4.0-build.3960+sha.a689ce6
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.3959+sha.fa0bbde
2+
* @license AngularJS v1.4.0-build.3960+sha.a689ce6
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.3959+sha.fa0bbde/' +
61+
message += '\nhttp://errors.angularjs.org/1.4.0-build.3960+sha.a689ce6/' +
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)