mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Cleanup whitespace in Raster tests.
This commit is contained in:
parent
9865d7bdd5
commit
15cdca2a92
1 changed files with 1 additions and 2 deletions
|
@ -45,7 +45,6 @@ asyncTest('Create a raster from a dom image', function(callback) {
|
|||
});
|
||||
});
|
||||
|
||||
|
||||
test('Create a raster from a canvas', function(callback) {
|
||||
var canvas = CanvasProvider.getCanvas(30, 20);
|
||||
var raster = new Raster(canvas);
|
||||
|
@ -66,4 +65,4 @@ asyncTest('Create a raster from a dom id', function(callback) {
|
|||
callback();
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue