From 0dc39ccb84d198710a0cd2a7f7dba4e99e3410ee Mon Sep 17 00:00:00 2001 From: Jrgns Date: Thu, 26 Jan 2012 21:44:59 +0200 Subject: [PATCH] Fixed references to index.js / namespace.js --- app/templates/example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/example.html b/app/templates/example.html index 5fd528bc..a5269299 100644 --- a/app/templates/example.html +++ b/app/templates/example.html @@ -183,7 +183,7 @@

Cleaning out default files and code

Setting your namespace

This is a very important starting step to creating your application. This brands the application to your name and makes - it something identifiable to new developers. To set your own namespace, simply open the app/index.js file and + it something identifiable to new developers. To set your own namespace, simply open the app/namespace.js file and make the following modifications: First change the name of the namespace, this is defined on Line 4 @@ -195,7 +195,7 @@

Setting your namespace

-

Once you've set the name, you'll want to change the reference on Line 50 to: +

Once you've set the name, you'll want to change the reference in index.js on Line 7 to:


   // Shorthand the application namespace