Skip to content

Commit

Permalink
Fixed js interpolation example
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 5, 2011
1 parent 69623b9 commit a1edef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/dynamicscript.jade
@@ -1,5 +1,5 @@
html
head
title Dynamic Inline JavaScript
:javascript
| var users = #{JSON.stringify(users)}
script
var users = !{JSON.stringify(users)}

0 comments on commit a1edef6

Please sign in to comment.