fix unit test

This commit is contained in:
Fabian Jakobs 2011-12-14 16:47:20 +01:00
commit 31ebc6ad3b

View file

@ -47,6 +47,8 @@ var MockRenderer = exports.MockRenderer = function(visibleRowCount) {
};
this.isMockRenderer = true;
this.$gutter = {};
};