Skip to content

Instantly share code, notes, and snippets.

@fixe
Created September 6, 2013 12:13
Show Gist options
  • Save fixe/6462993 to your computer and use it in GitHub Desktop.
Save fixe/6462993 to your computer and use it in GitHub Desktop.
Find functions that have missing dependencies when using the array notation. File: angular.js Method: annotate
// ...
} else if (isArray(fn)) {
// ...
if (fn.slice(0, last).length !== fn[last].length) {
console.log(fn);
}
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment