Skip to content

Commit 3520ddf

Browse files
author
benholloway
committed
minor reformat
1 parent 9b386af commit 3520ddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/build/browserify-nginject.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ function falafelUpdater(node) {
8181

8282
/**
8383
* Test whether the given node is annotated with <code>@ngInject</code>.
84-
* @param {object} node The
85-
* @returns {boolean}
84+
* @param {object} node The node to test
85+
* @returns {boolean} True where annotated for ngInject else false
8686
*/
8787
function testAnnotated(node) {
8888
var isFunction = /^Function(Declaration|Expression)$/.test(node.type); // only functions should be annotated

0 commit comments

Comments
 (0)