Scm/Git/Repo.js
authorAlan Knowles <alan@akbkhome.com>
Sun, 11 Sep 2011 23:49:34 +0000 (07:49 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 11 Sep 2011 23:49:34 +0000 (07:49 +0800)
Scm/Git/Repo.js

index 01cf29f..c351719 100644 (file)
@@ -39,7 +39,7 @@ Repo = XObject.define(
             if (this.branches !== false) {
                 return this.branches;
             }
-            this.branchesh = [];
+            this.branches = {};
             var bl = this.git([ 'branch', {
                 'no-color' : true,
                 'verbose' : true,