Skip to content

Commit

Permalink
Add backbone.modelbinder
Browse files Browse the repository at this point in the history
Simple, flexible and powerful Model-View binding for Backbone.

Obtained from https://github.com/theironcook/Backbone.ModelBinder/tags
  • Loading branch information
Leonard Ehrenfried committed May 9, 2012
1 parent 039b5a0 commit 0274f2b
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
36 changes: 36 additions & 0 deletions ajax/libs/backbone.modelbinder/0.1.3/Backbone.ModelBinder-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions ajax/libs/backbone.modelbinder/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "backbone.modelbinder",
"filename": "Backbone.ModelBinder-min.js",
"version": "0.1.3",
"description": "Simple, flexible and powerful Model-View binding for Backbone.",
"homepage": "https://github.com/theironcook/Backbone.ModelBinder#prerequisites",
"keywords": [
"modelbinding",
"models",
"events"
],
"maintainers": [
{
"name": "Bart Wood",
"email": "[email protected]",
"web": "https://github.com/theironcook"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/theironcook/Backbone.ModelBinder"
}
]

}

0 comments on commit 0274f2b

Please sign in to comment.