commit | 9c9282217489b36b67b37c307a1ebc2f0dea41b0 | [log] [tgz] |
---|---|---|
author | Avery Pennarun <apenwarr@gmail.com> | Tue Dec 04 02:24:43 2012 -0500 |
committer | Avery Pennarun <apenwarr@gmail.com> | Mon Dec 10 02:03:35 2012 -0500 |
tree | a6f0a0f57533783fb888f207309084337c8706cd | |
parent | bc03b0467da2ebd53ba50ef76533e08693a0a85e [diff] |
Giant namespace fix. Reindent the whole render.js and put it inside a function to hide the internal implementation details and make it safer to import the javascript into your own project. Not too useful yet, since the render() function still makes a lot of assumptions about your html file, so you still probably just always need to use render.html still.