Last active
February 3, 2020 09:48
-
-
Save w-jerome/fedbfe9d6057f2b0e45922c801c7be38 to your computer and use it in GitHub Desktop.
Javascript - get variable scale
This file contains hidden or 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 APP = { | |
config: { | |
selector: '.app', | |
}, | |
}; | |
var app_selector = ((APP || {}).config || {}).selector || ''; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment