From 733ad7d648b2b67ea242496132f874c2ade1e56e Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Tue, 4 Jun 2013 14:50:11 -1000 Subject: [PATCH] heck yes rebase finished --- build/bundle.js | 4 ++-- src/js/git/index.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/bundle.js b/build/bundle.js index 904b2fa7..246b9351 100644 --- a/build/bundle.js +++ b/build/bundle.js @@ -8468,7 +8468,7 @@ GitEngine.prototype.filterRebaseCommits = function(toRebaseRough, stopSet) { uniqueIDs[commit.get('id')] = true; return true; - }); + }, this); }; GitEngine.prototype.rebaseFinish = function(toRebaseRough, stopSet, targetSource, currentLocation) { @@ -24412,7 +24412,7 @@ GitEngine.prototype.filterRebaseCommits = function(toRebaseRough, stopSet) { uniqueIDs[commit.get('id')] = true; return true; - }); + }, this); }; GitEngine.prototype.rebaseFinish = function(toRebaseRough, stopSet, targetSource, currentLocation) { diff --git a/src/js/git/index.js b/src/js/git/index.js index 46346d59..f0cf0644 100644 --- a/src/js/git/index.js +++ b/src/js/git/index.js @@ -1415,7 +1415,7 @@ GitEngine.prototype.filterRebaseCommits = function(toRebaseRough, stopSet) { uniqueIDs[commit.get('id')] = true; return true; - }); + }, this); }; GitEngine.prototype.rebaseFinish = function(toRebaseRough, stopSet, targetSource, currentLocation) {