fixed up all of the data url isseus in the unit test suite

This commit is contained in:
Eric Rowell
2013-03-24 16:04:56 -07:00
parent 46c7b89e06
commit a3db78cc0f
4 changed files with 17 additions and 13 deletions

View File

@@ -97,7 +97,10 @@
*/
applyFilter: function(filter, config, callback) {
var image = this.getImage(),
canvas = new Kinetic.Canvas(image.width, image.height),
canvas = new Kinetic.Canvas({
width: image.width,
height: image.height
}),
context = canvas.getContext(),
that = this;