Skip to content

Commit

Permalink
Do not create a new fake server on a restore call.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Hagendorn committed Jun 30, 2014
1 parent 52ffd92 commit 9aad3fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/source/class/qx/dev/FakeServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ qx.Bootstrap.define("qx.dev.FakeServer", {
this.__filter = null;
this.__fakeServer.restore();
this.__fakeServer = null;
this.getFakeServer();
},


Expand Down

0 comments on commit 9aad3fc

Please sign in to comment.