From 46739dfcf3d596b04372fff7b29a48f0fbb756b0 Mon Sep 17 00:00:00 2001 From: jade-bot Date: Sat, 25 May 2013 22:06:07 -0700 Subject: [PATCH] Update to maintain compatability with the latest version of jade --- node_modules/jade/examples/dynamicscript.jade | 2 +- node_modules/jade/examples/layout.jade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/jade/examples/dynamicscript.jade b/node_modules/jade/examples/dynamicscript.jade index a705899..a71b4bf 100644 --- a/node_modules/jade/examples/dynamicscript.jade +++ b/node_modules/jade/examples/dynamicscript.jade @@ -1,5 +1,5 @@ html head title Dynamic Inline JavaScript - script + script. var users = !{JSON.stringify(users)} \ No newline at end of file diff --git a/node_modules/jade/examples/layout.jade b/node_modules/jade/examples/layout.jade index 45738bf..36769bd 100644 --- a/node_modules/jade/examples/layout.jade +++ b/node_modules/jade/examples/layout.jade @@ -2,7 +2,7 @@ html(lang="en") head title Example - script + script. if (foo) { bar(); }