Skip to content

Instantly share code, notes, and snippets.

View kennethormandy's full-sized avatar

Kenneth Ormandy kennethormandy

View GitHub Profile
@kennethormandy
kennethormandy / thing.jade
Last active September 26, 2015 19:55 — forked from quitequinn/thing.jade
Redefine variable
- 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