From 8543df96491807e422b9f9f37009c71086efbcbc Mon Sep 17 00:00:00 2001 From: Geoff Schmidt Date: Fri, 9 Dec 2011 13:13:12 -0800 Subject: [PATCH] use Sky.startup in todos --- examples/todos/client/todos.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todos/client/todos.js b/examples/todos/client/todos.js index b4af93608f..c012c98e15 100644 --- a/examples/todos/client/todos.js +++ b/examples/todos/client/todos.js @@ -240,7 +240,7 @@ Router = new TodosRouter; ////////// Startup ////////// -$(function () { +Sky.startup(function () { $('body').layout({north__minSize: 50, spacing_open: 10, north__fxSettings: { direction: "vertical" }});