-
-
Save kennethormandy/840f6694964762f2ce32 to your computer and use it in GitHub Desktop.
Redefine variable
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 OPT = false | |
each opt in data.OPT | |
if (typeof(opt) !== 'undefined') | |
if (typeof(opt.displayText) !== 'undefined') | |
- OPT = true | |
if (OPT == true) | |
include ../partials/opt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment