Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dgs700 committed May 19, 2012
1 parent 4effbf5 commit 28b729d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -9,13 +9,13 @@
</head>

<body>
<h1>backbone.configurator</h1>
<h1><a href="https://github.com/dgs700/backbone.configurator">backbone.configurator</a></h1>

/* (C) 2012, David Shapiro - portions added to existing Backbone code */
<pre>
Backbone.Configurator (Backbone.Config)
<a href="https://github.com/dgs700/backbone.configurator">Backbone.Configurator (Backbone.Config) </a>
is an extensible object-class that allows you to manage your Backbone.js
configuration(s) by moving any and all hardcoded string dependancies from your Backbone classes and manage them
configuration (s) by moving any and all hardcoded string dependancies from your Backbone classes and manage them
in a hierarchical object wrapped with the usual getter and setter functions, plus Backbone.Events, plus more.
The best analogy is with Backbone.Collection. You use a Collection object to manage a list of Model instances.
You use Backbone.Config to manage an object hierarchy that consists of all your application's config information
Expand Down

0 comments on commit 28b729d

Please sign in to comment.