Closed jswartwood closed 13 years ago
The right test is {{if typeof DATA_PROPERTY==="undefined"}}
In JavaScript code if (DATA_PROPERTY==undefined) will not work unless you have a variable called undefined which is undefined. :). In your context, you don't...
Closing the issue.
and
both throw an error... I wind up doing:
which is awkward. If the top two approaches are impossible to solve, please provide a new template syntax for
or something similar.