[Frontend] Fixed mini-tab positioning algorithm

open #90
This commit is contained in:
Charles Hacskaylo
2015-10-24 17:01:52 -07:00
parent 94649b12fd
commit 85809ae1e1
2 changed files with 4 additions and 4 deletions

View File

@ -63,7 +63,6 @@ define(
*/
BrowseTreeController.prototype.toggle = function () {
this.state = !this.state;
console.log('tree toggled: ' + this.state);
};
/**