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

Commit ab5824e

Browse files
committed
chore: make jshint happy
1 parent 5c50723 commit ab5824e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/AngularPublic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
$AnimateProvider,
5858
$CoreAnimateCssProvider,
5959
$$CoreAnimateQueueProvider,
60-
$$AnimateRunnerProvider,
60+
$$AnimateRunnerFactoryProvider,
6161
$$AnimateAsyncRunFactoryProvider,
6262
$BrowserProvider,
6363
$CacheFactoryProvider,

src/ng/animateCss.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ var $CoreAnimateCssProvider = function() {
2626
options.from = null;
2727
}
2828

29+
/* jshint newcap: false */
2930
var closed, runner = new $$AnimateRunner();
3031
return {
3132
start: run,

0 commit comments

Comments
 (0)