draeton / stitches

HTML5 Sprite Sheet Generator

Home Page:draeton.github.io/stitches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add render method and error template

draeton opened this issue · comments

The rendering code should be broken out from the getTemplates method. This will allow for either an error template or some other code to display to users with non-compliant browsers, or if something else goes awry.

This is done is the crossbrowser branch, but I need to hook the interface back up with the logic, before merging.

Fixed in commit 759e4d1. Closing.