rip747 / Mustache.cfc

{{ mustache }} for ColdFusion
http://mustache.github.com/
MIT License
46 stars 22 forks source link

openbluedragon does not work due to a global function called render #22

Open DavidGOrtega opened 11 years ago

DavidGOrtega commented 11 years ago

openbluedragon has a global function called render so the scope this. has to be specified inside mustache.cfc.

render( has to be replaced to this.render(

rip747 commented 11 years ago

please send a pull request.

groteworld commented 10 years ago

This issue seems to be taken care of with https://github.com/rip747/Mustache.cfc/commit/f9f52ee128a1bdea22d82b224ad9a8e5f14a93fd. Close the issue?