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 4b8d243 commit 7cf7216
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions framework/source/class/qx/dev/FakeServer.js
Expand Up @@ -236,8 +236,7 @@ qx.Bootstrap.define("qx.dev.FakeServer", {
this.removeFilter(this.__filter);
this.__filter = null;
this.__fakeServer.restore();
this.__fakeServer = null,
this.getFakeServer();
this.__fakeServer = null;
},


Expand Down

0 comments on commit 7cf7216

Please sign in to comment.