Merge branch 'master' of github.com:xxorax/fabric.js

Conflicts:
	src/node.js
This commit is contained in:
root 2013-03-09 00:32:11 +01:00
commit 246c45d57c

View file

@ -146,7 +146,11 @@
var origSetWidth = fabric.StaticCanvas.prototype.setWidth;
fabric.StaticCanvas.prototype.setWidth = function(width) {
<<<<<<< HEAD
origSetWidth.call(this, width);
=======
origSetWidth.call(this, height);
>>>>>>> f84a8628c3dc7cbdaf34c4a2487fc2d6eae33277
this.nodeCanvas.width = width;
return this;
};