Browse Source

Fix tests

pull/36/head
Artur Arseniev 10 years ago
parent
commit
2d5e746092
  1. 4
      test/specs/style_manager/main.js

4
test/specs/style_manager/main.js

@ -36,7 +36,9 @@ define([
var obj;
beforeEach(function () {
obj = new StyleManager();
obj = new StyleManager({
sectors: []
});
});
afterEach(function () {

Loading…
Cancel
Save