Forgot semicolon at end of floodFill bounding rect unit test

This commit is contained in:
Jake Brandt 2018-01-08 23:37:10 -05:00
parent cfd37af574
commit 4a395262ae

View File

@ -585,7 +585,7 @@ test('floodFill optional returned bounding rect', function(assert) {
assert.equal(rect[1][0], 15); // Expect fill to create 15px-wide bounding rect
assert.equal(rect[1][1], 10); // Expect fill to create 10px-tall bounding rect
assert.end();
})
});
// Test the examples folder.
require('./examples')()