Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
rivets
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
85be694f
authored
2013-06-22 02:25:27 -0700
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Expose the full Rivets namespace from the module so that we can test the classes…
… and objects in isolation.
1 parent
38784e93
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/rivets.coffee
src/rivets.coffee
View file @
85be694
...
...
@@ -512,6 +512,9 @@ Rivets.formatters = {}
# The Rivets.js module factory.
Rivets
.
factory
=
(
exports
)
->
# Exposes the full Rivets namespace. This is mainly used for isolated testing.
exports
.
_
=
Rivets
# Exposes the core binding routines that can be extended or stripped down.
exports
.
binders
=
Rivets
.
binders
...
...
Please
register
or
sign in
to post a comment