refactored filtering logic

This commit is contained in:
Eric Rowell
2012-08-19 13:09:27 -07:00
parent e19dae3402
commit e99312ece2
5 changed files with 23 additions and 26 deletions

View File

@@ -1610,8 +1610,7 @@ Test.prototype.tests = {
x: 10,
y: 10,
image: imageObj,
draggable: true,
stroke: 'red'
draggable: true
});
layer.add(darth);
@@ -1649,8 +1648,6 @@ Test.prototype.tests = {
//height: 300,
image: imageObj,
draggable: true,
stroke: 'red',
strokeWidth: 5,
rotationDeg: 10,
scale: 0.3
});