diff options
| author | Florian Dold <florian.dold@gmail.com> | 2017-05-27 17:36:13 +0200 |
|---|---|---|
| committer | Florian Dold <florian.dold@gmail.com> | 2017-05-27 17:36:13 +0200 |
| commit | 5f466137ad6ac596600e3ff53c9b786815398445 (patch) | |
| tree | f914c221874f0b16bf3def7ac01d59d1a99a3b0b /node_modules/jade/testing/user.js | |
| parent | c9f5ac8e763eda19aa0564179300cfff76785435 (diff) | |
node_modules, clean up package.json
Diffstat (limited to 'node_modules/jade/testing/user.js')
| -rw-r--r-- | node_modules/jade/testing/user.js | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/node_modules/jade/testing/user.js b/node_modules/jade/testing/user.js deleted file mode 100644 index 2ecc45eda..000000000 --- a/node_modules/jade/testing/user.js +++ /dev/null @@ -1,27 +0,0 @@ -function anonymous(locals, attrs, escape, rethrow) { -var attrs = jade.attrs, escape = jade.escape, rethrow = jade.rethrow; -var __jade = [{ lineno: 1, filename: "testing/user.jade" }]; -try { -var buf = []; -with (locals || {}) { -var interp; -__jade.unshift({ lineno: 1, filename: __jade[0].filename }); -__jade.unshift({ lineno: 1, filename: __jade[0].filename }); -buf.push('<h1>Tobi'); -__jade.unshift({ lineno: undefined, filename: __jade[0].filename }); -__jade.shift(); -buf.push('</h1>'); -__jade.shift(); -__jade.unshift({ lineno: 2, filename: __jade[0].filename }); -buf.push('<p>Is a ferret'); -__jade.unshift({ lineno: undefined, filename: __jade[0].filename }); -__jade.shift(); -buf.push('</p>'); -__jade.shift(); -__jade.shift(); -} -return buf.join(""); -} catch (err) { - rethrow(err, __jade[0].filename, __jade[0].lineno); -} -}
\ No newline at end of file |
