Skip to content

Commit

Permalink
Edit typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdao committed Apr 25, 2012
1 parent 1ced8c5 commit 10acbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
In Backbone application, we often need to take care of cleanup the zombie views. In some other use case, we might want to reuse existing view because it rarely changes. This simple View Manager will take care of these too use cases minimal change your existing code.
In Backbone application, we often need to take care of cleanup the zombie views. In some other use case, we might want to reuse existing view because it rarely changes. This simple View Manager will take care of the two use cases minimal change your existing code.

# Setup
Just include path to vm.js after jQuery, underscore and Backbone, and you are ready to go.
Expand Down

0 comments on commit 10acbda

Please sign in to comment.