Skip to content

Commit

Permalink
fix bad utf8 character in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
philfreo committed Feb 5, 2014
1 parent 1acf128 commit 07203e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ Usually, when you're using Backbone.js, you have to do some funky (well, not fun

From the Backbone.js documentation:

> Brief aside on super: JavaScript does not provide a simple way to call super the function of the same name defined higher on the prototype chain. If you override a core function like set, or save, and you want to invoke the parent object's implementation, you'll have to explicitly call it, along these lines:
> Brief aside on super: JavaScript does not provide a simple way to call super the function of the same name defined higher on the prototype chain. If you override a core function like set, or save, and you want to invoke the parent object's implementation, you'll have to explicitly call it, along these lines:
> ```javascript
var Note = Backbone.Model.extend({
Expand Down

0 comments on commit 07203e4

Please sign in to comment.