Skip to content

Commit

Permalink
added minified script
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Matthys committed Mar 22, 2012
1 parent 928629e commit b7331fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,7 +6,7 @@ Space provides a shorthand for creating and and referencing namespaces.


Instantiate a space with a base path. Create namespaces using the *set* method. Instantiate a space with a base path. Create namespaces using the *set* method.


<code class="javascript"> <pre><code>
(function () { (function () {
var space = new Space('EM.Gallery'); var space = new Space('EM.Gallery');


Expand All @@ -28,7 +28,7 @@ Instantiate a space with a base path. Create namespaces using the *set* method.


var UserModel = space.get('models.UserModel'); var UserModel = space.get('models.UserModel');
})(); })();
</code> </pre></code>


Use aliases for long namespaces. The second argument for the *get* method sets a flag to use the alias. Use aliases for long namespaces. The second argument for the *get* method sets a flag to use the alias.


Expand Down

0 comments on commit b7331fc

Please sign in to comment.