Closed TheCodeBuccaneer closed 12 years ago
Please note the messages at the top of this page https://github.com/jquery/jquery-tmpl as well as at the top of this page https://github.com/jquery/jquery-tmpl/blob/master/README.md
Sorry, too eager to find the issue I guess :)
I have a json array with the key 'BASIS-TYPE'. If I use this value in the markup:
markup="
it will look for 'BASIS' and not 'BASIS-TYPE', throwing the error:
Uncaught ReferenceError: BASIS is not defined
Is there any solution to this?