Created
September 26, 2015 19:53
-
-
Save quitequinn/7c0420d8ad050db8b8b4 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