@@ -15,2 +15,3 @@ { | ||
"clientconfig": "0.x.x", | ||
"domready": "^1.0.5", | ||
"favicon-setter": "0.x.x", | ||
@@ -17,0 +18,0 @@ "getconfig": "0.x.x", |
{ | ||
"name": "ampersand", | ||
"description": "CLI tool for generating single page apps a. la. http://humanjavascript.com", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"author": "Henrik Joreteg <henrik@andyet.net>", | ||
@@ -6,0 +6,0 @@ "bin": { |
@@ -12,2 +12,3 @@ /*global app, me, $*/ | ||
var People = require('./models/person-collection'); | ||
var domReady = require('domready'); | ||
@@ -29,3 +30,3 @@ | ||
// this ensures the document has a body, etc. | ||
$(function () { | ||
domReady(function () { | ||
// init our main view | ||
@@ -32,0 +33,0 @@ var mainView = self.view = new MainView({ |
476685
0.01%12406
0.02%