aboutsummaryrefslogtreecommitdiffstats
path: root/src/services.js
diff options
context:
space:
mode:
authorIgor Minar2010-11-18 17:03:43 -0800
committerIgor Minar2010-11-18 17:03:43 -0800
commit1719b0aca5f02a9d70482c10ecb7643a9422b2f5 (patch)
treea7cc89936d2e8162e517dac276ac0f4ec8d114aa /src/services.js
parent7ee102eecf927c5a481c6d16b5ff08bfe9563bdc (diff)
downloadangular.js-1719b0aca5f02a9d70482c10ecb7643a9422b2f5.tar.bz2
fix all closure compilation warnings due to invalid function types
Diffstat (limited to 'src/services.js')
-rw-r--r--src/services.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services.js b/src/services.js
index f2260c7f..e8006496 100644
--- a/src/services.js
+++ b/src/services.js
@@ -624,7 +624,7 @@ angularServiceInject('$route', function(location) {
* @name angular.service.$route#onChange
* @methodOf angular.service.$route
*
- * @param {function} fn Function that will be called on route change
+ * @param {function()} fn Function that will be called on route change
*
* @description
* Register a handler function that will be called when route changes