mirror of https://gitee.com/bigwinds/arangodb
jslinted router spec
This commit is contained in:
parent
9d4d7bef6b
commit
1e32a19b6f
|
@ -565,7 +565,7 @@
|
|||
r.graphView = graphDummy;
|
||||
r.dashboardView = dashboardDummy;
|
||||
spyOn(graphDummy, "handleResize");
|
||||
spyOn(dashboardDummy, "resize")
|
||||
spyOn(dashboardDummy, "resize");
|
||||
spyOn($.fn, 'width').andReturn(500);
|
||||
|
||||
r.handleResize();
|
||||
|
|
Loading…
Reference in New Issue