_fakeStart = function(node) {
var noop = function() {};
node._dragThreshMet = true;
button: 0,
});
},
},
if (flip) {
} else {
}
},
for (var i = 0; i < max; i++) {
}
},
},
var template = {
name: 'Resize Test',
setUp : function() {
},
tearDown : function() {
},
'test: loading': function() {
},
'test: instantiation': function() {
node: '#resize',
preserveRatio: true,
wrap: true,
minHeight: 20,
maxHeight: 170,
maxWidth: 400,
handles: 't, tr, r, br, b, bl, l, tl'
});
constrain: 'body',
preserveRatio: true
});
});
},
'test: handles': function() {
},
'test: moving top': function() {
},
'test: moving right': function() {
},
'test: moving bottom': function() {
},
'test: moving left': function() {
},
'test: moving tr': function() {
},
'test: moving tl': function() {
},
'test: moving br': function() {
},
'test: moving bl': function() {
},
'test: destroy': function() {
}
};
});