1
0
Fork 0

jslinted router spec

This commit is contained in:
scottashton 2014-04-23 15:08:53 +02:00
parent 9d4d7bef6b
commit 1e32a19b6f
1 changed files with 1 additions and 1 deletions

View File

@ -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();