Skip to content

Commit

Permalink
Merge pull request airbnb#17 from ryun/patch-1
Browse files Browse the repository at this point in the history
stray character 'i'
  • Loading branch information
Ross Allen committed Nov 7, 2012
2 parents d0dac67 + 7a3062d commit 48d4f69
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
Expand Up @@ -636,7 +636,7 @@
function getType() {
console.log('fetching type...');
// set the default type to 'no type'
var type = this._type || 'no type';i
var type = this._type || 'no type';
return type;
}
Expand Down

0 comments on commit 48d4f69

Please sign in to comment.