diff options
| -rw-r--r-- | index.html | 4 | ||||
| -rw-r--r-- | js/util.js | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -80,8 +80,8 @@ </body> <script type="text/javascript-shader" id="demo_shader"> lex.bg = hue((x+y*y+t/10)/20) - lex.fg = (x+y)%16 - lex.char = (y%2) ? ":" : "%" + lex.fg = colors.white + lex.char = " " lex.opacity = 1 </script> <script src="js/util.js"></script> @@ -158,3 +158,5 @@ d=this.apply(a,arguments))===e?a:d}.bind(d):d;a.init&&a.init.apply(a,arguments) ]!==e&&(d["__"+c]=b[c]);return a(d)},f},typeof module=="object"&&(module.exports =Model); // c-{{{-< + + |
