mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Issue #256 : add drawing test
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
ns.DrawingTestSuiteRunner.prototype.onTestLoaded_ = function (response) {
|
||||
var testRecord = JSON.parse(response.responseText);
|
||||
|
||||
var testPlayer = new ns.DrawingTestPlayer(testRecord, 50);
|
||||
var testPlayer = new ns.DrawingTestPlayer(testRecord);
|
||||
|
||||
testPlayer.addEndTestCallback(this.onTestEnd_.bind(this));
|
||||
testPlayer.start();
|
||||
|
||||
Reference in New Issue
Block a user