Created
October 21, 2016 15:48
-
-
Save rscnt/df7f18a14bc83351f16d9db9b3227877 to your computer and use it in GitHub Desktop.
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
var GlobalOptions = { | |
calloutSecondsInterval: 'global.calloutSecondsInterval' | |
}, GlobalOptionsDefaults = { | |
- [GlobalOptions.calloutSecondsInterval]: 60 | |
+ 'global.calloutSecondsInterval': 60 | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment