tdumitrescu / virtual-jade

Compile Jade templates to Hyperscript for Virtual DOM libraries
Other
31 stars 4 forks source link

fix for variable values in data attributes #15

Closed tdumitrescu closed 8 years ago

tdumitrescu commented 8 years ago

JSON.stringifying the entire dataset obj was producing {"key": "myVar"} instead of {"key": myVar}

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling dcb9b42337a99d2091751180b148ac9a8b2017cf on variable-data into b3e51767d265a1e560966c79990753f30f7a6a5f on master.