-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FABN-1402] Use "for of" instead of "for in"
Avoid Config.reorderFileStores failure when this._fileStores array has a property called "choose" (assume from dodgy polyfill) by using "for of" instead of "for in". As a bonus, this makes the code slightly simpler. Signed-off-by: Simon Stone <[email protected]> Change-Id: I0c4e16045aaa90da28ac014d6e84efd4534a3f4d
- Loading branch information
Showing
2 changed files
with
25 additions
and
31 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
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