Skip to content

Commit

Permalink
Merge pull request #86 from futhr/numeric-typo
Browse files Browse the repository at this point in the history
Fixes typo numeric to number.
  • Loading branch information
toopay committed Aug 5, 2014
2 parents c24eeaf + 7548400 commit e5d8113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/bootstrap-markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@
this.$nextTab.push(function(){
return that.findSelection(start)
})
} else if (typeof start == 'numeric' && typeof end == 'numeric') {
} else if (typeof start == 'number' && typeof end == 'number') {
var oldSelection = this.getSelection()

this.setSelection(start,end)
Expand Down

0 comments on commit e5d8113

Please sign in to comment.