forked from angular/angular.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Angular.js): Fix isArrayLike implementation
Convert if-return boolean statements to single boolean return. Assign boolean conditionals to break up the long boolean return and avoid repeated calls. Declare variables at the beginning of function to avoid hoisting errors. Break long lines into indented and aligned expressions. angular#4751
- Loading branch information
1 parent
1bfafad
commit 453a539
Showing
1 changed file
with
33 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters