Skip to content

Commit

Permalink
Merge pull request #34 from flowonyx/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Feb 21, 2012
2 parents 39aca3f + 107ddab commit b3c2926
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/plates.js
Expand Up @@ -44,9 +44,11 @@
intag = false,
tagname = '',
isClosing = false,
isSelfClosing = false
isSelfClosing = false,
matchmode = false,
createAttribute = map && map.conf && map.conf.create;
createAttribute = map && map.conf && map.conf.create,
closing,
tagbody;

var c,
buffer = '',
Expand Down

0 comments on commit b3c2926

Please sign in to comment.