We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b386af commit 3520ddfCopy full SHA for 3520ddf
lib/build/browserify-nginject.js
@@ -81,8 +81,8 @@ function falafelUpdater(node) {
81
82
/**
83
* Test whether the given node is annotated with <code>@ngInject</code>.
84
- * @param {object} node The
85
- * @returns {boolean}
+ * @param {object} node The node to test
+ * @returns {boolean} True where annotated for ngInject else false
86
*/
87
function testAnnotated(node) {
88
var isFunction = /^Function(Declaration|Expression)$/.test(node.type); // only functions should be annotated
0 commit comments