Skip to content

Commit

Permalink
adding todos
Browse files Browse the repository at this point in the history
  • Loading branch information
draeton committed Dec 6, 2011
1 parent 645703a commit fe74c65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
Stitches.Page.getTemplates();
} else {
/* browser is not compatible */
// TODO show an error message
}
},

Expand All @@ -68,6 +69,8 @@
$.get(jsdir + "/stitches.html", function (html) {
$("body").append(html);

// TODO consider converting template to bootstrap

Stitches.Page.templates = {
stitches: Stitches.tmpl("stitches_tmpl"),
icon: Stitches.tmpl("stitches_icon_tmpl")
Expand Down

0 comments on commit fe74c65

Please sign in to comment.