updated drag and drop docs

This commit is contained in:
Eric Rowell
2013-04-04 22:27:11 -07:00
parent 2cb39f087c
commit ada9f6dbd4
2 changed files with 3 additions and 2 deletions

View File

@@ -15,5 +15,6 @@
* @param {Object} [config.offset] offset from center point and rotation point * @param {Object} [config.offset] offset from center point and rotation point
* @param {Number} [config.offset.x] * @param {Number} [config.offset.x]
* @param {Number} [config.offset.y] * @param {Number} [config.offset.y]
* @param {Boolean} [config.draggable] * @param {Boolean} [config.draggable] makes the node draggable. When stages are draggable, you can drag and drop
* the entire stage by dragging any portion of the stage
* @param {Function} [config.dragBoundFunc] * @param {Function} [config.dragBoundFunc]

View File

@@ -408,7 +408,7 @@ Test.Modules.IMAGE = {
showHit(layer); showHit(layer);
}, },
'*mask unicolor background filter': function(containerId) { 'mask unicolor background filter': function(containerId) {
var imageObj = new Image(); var imageObj = new Image();
imageObj.onload = function() { imageObj.onload = function() {
var stage = new Kinetic.Stage({ var stage = new Kinetic.Stage({