mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-03 11:14:27 +02:00
Fix more typo, '
and some word
This commit is contained in:
parent
e8c8f8975a
commit
41bb6d1bd7
14 changed files with 35 additions and 38 deletions
|
@ -168,7 +168,7 @@ var LeftRightView = PositiveNegativeBase.extend({
|
|||
};
|
||||
|
||||
this.render();
|
||||
// For some weird reason backbone events arent working anymore so
|
||||
// For some weird reason backbone events aren't working anymore so
|
||||
// im going to just wire this up manually
|
||||
this.$('div.right').click(this.positive.bind(this));
|
||||
this.$('div.left').click(this.negative.bind(this));
|
||||
|
@ -208,7 +208,7 @@ var ModalView = Backbone.View.extend({
|
|||
// add ourselves to the DOM
|
||||
this.$el.html(this.template({}));
|
||||
$('body').append(this.el);
|
||||
// this doesnt necessarily show us though...
|
||||
// this doesn't necessarily show us though...
|
||||
},
|
||||
|
||||
stealKeyboard: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue