-
-
Notifications
You must be signed in to change notification settings - Fork 826
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[REF] switch from (undeclared) class property to local variable.
We either needed to declare the variable on the class & make it a local variable. Switching to a local var reflects the fact it is never accessed from outside thie function & improves readability. grepping for _userOptions returns nothing after this. I also removed an extraneous config singleton call. I can't see a strong case that either of these changes will affect the intermittent fails but ... maybe?
- Loading branch information
1 parent
df09643
commit a50321d
Showing
1 changed file
with
8 additions
and
9 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