UNPKG
cfmljs
Version:
latest (1.0.2)
1.0.2
a CFML template engine for node.js
github.com/AndrewKralovec/node-cfml
AndrewKralovec/node-cfml
cfmljs
/
lib
/
cfbreak.js
8 lines
(6 loc)
•
166 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/* globals require, exports */
// jshint devel:true, curly: false, asi:true
exports
.
render
=
(
tag, vars, renderFn
) =>
{ vars.
__BREAKLOOP
=
true
return
''
}