Skip to content

Commit

Permalink
Merge branch 'master' of yuisource.corp.yahoo.com:yui3
Browse files Browse the repository at this point in the history
  • Loading branch information
derek committed Jul 30, 2012
2 parents 7033b4b + e234cd6 commit 5f7541f
Show file tree
Hide file tree
Showing 20 changed files with 32 additions and 100 deletions.
5 changes: 2 additions & 3 deletions build/loader-yui3/loader-yui3-debug.js
Expand Up @@ -1760,8 +1760,7 @@ YUI.Env[Y.version].modules = YUI.Env[Y.version].modules || {
"node-event-simulate": {
"requires": [
"node-base",
"event-simulate",
"gesture-simulate"
"event-simulate"
]
},
"node-flick": {
Expand Down Expand Up @@ -2457,7 +2456,7 @@ YUI.Env[Y.version].modules = YUI.Env[Y.version].modules || {
]
}
};
YUI.Env[Y.version].md5 = '5a681478005a2bdc375c61ddfa610d1e';
YUI.Env[Y.version].md5 = '7a164b9d7f2be1786e40a94c327435b9';


}, '@VERSION@' ,{requires:['loader-base']});
4 changes: 2 additions & 2 deletions build/loader-yui3/loader-yui3-min.js

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions build/loader-yui3/loader-yui3.js
Expand Up @@ -1760,8 +1760,7 @@ YUI.Env[Y.version].modules = YUI.Env[Y.version].modules || {
"node-event-simulate": {
"requires": [
"node-base",
"event-simulate",
"gesture-simulate"
"event-simulate"
]
},
"node-flick": {
Expand Down Expand Up @@ -2457,7 +2456,7 @@ YUI.Env[Y.version].modules = YUI.Env[Y.version].modules || {
]
}
};
YUI.Env[Y.version].md5 = '5a681478005a2bdc375c61ddfa610d1e';
YUI.Env[Y.version].md5 = '7a164b9d7f2be1786e40a94c327435b9';


}, '@VERSION@' ,{requires:['loader-base']});
5 changes: 2 additions & 3 deletions build/loader/loader-debug.js
Expand Up @@ -4607,8 +4607,7 @@ YUI.Env[Y.version].modules = YUI.Env[Y.version].modules || {
"node-event-simulate": {
"requires": [
"node-base",
"event-simulate",
"gesture-simulate"
"event-simulate"
]
},
"node-flick": {
Expand Down Expand Up @@ -5304,7 +5303,7 @@ YUI.Env[Y.version].modules = YUI.Env[Y.version].modules || {
]
}
};
YUI.Env[Y.version].md5 = '5a681478005a2bdc375c61ddfa610d1e';
YUI.Env[Y.version].md5 = '7a164b9d7f2be1786e40a94c327435b9';


}, '@VERSION@' ,{requires:['loader-base']});
Expand Down
4 changes: 2 additions & 2 deletions build/loader/loader-min.js

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions build/loader/loader.js
Expand Up @@ -4565,8 +4565,7 @@ YUI.Env[Y.version].modules = YUI.Env[Y.version].modules || {
"node-event-simulate": {
"requires": [
"node-base",
"event-simulate",
"gesture-simulate"
"event-simulate"
]
},
"node-flick": {
Expand Down Expand Up @@ -5262,7 +5261,7 @@ YUI.Env[Y.version].modules = YUI.Env[Y.version].modules || {
]
}
};
YUI.Env[Y.version].md5 = '5a681478005a2bdc375c61ddfa610d1e';
YUI.Env[Y.version].md5 = '7a164b9d7f2be1786e40a94c327435b9';


}, '@VERSION@' ,{requires:['loader-base']});
Expand Down
21 changes: 1 addition & 20 deletions build/node-event-simulate/node-event-simulate-debug.js
Expand Up @@ -20,24 +20,5 @@ Y.Node.prototype.simulate = function (type, options) {
};


/**
* Simulates a gesture on the node. On desktop, single touch gestures
* such as tap, flick are simulated by using mouse events. A gesture will
* generate a set of underlaying low level events asynchronously.
* @param {String} type The type of supported gesture to simulate
* (i.e., "tap", "flick").
* @param {Object} options (Optional) Extra options are used to refine the
* gesture behavior.
* @param {Function} cb The callback to execute when the gesture simulation
* is completed.
* @return {void}
* @for Node
* @method simulateGesture
*/
Y.Node.prototype.simulateGesture = function (type, options, cb) {

Y.Event.simulateGesture(this, type, options, cb);
};


}, '@VERSION@' ,{requires:['node-base', 'event-simulate', 'gesture-simulate']});
}, '@VERSION@' ,{requires:['node-base', 'event-simulate']});
2 changes: 1 addition & 1 deletion build/node-event-simulate/node-event-simulate-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 1 addition & 20 deletions build/node-event-simulate/node-event-simulate.js
Expand Up @@ -20,24 +20,5 @@ Y.Node.prototype.simulate = function (type, options) {
};


/**
* Simulates a gesture on the node. On desktop, single touch gestures
* such as tap, flick are simulated by using mouse events. A gesture will
* generate a set of underlaying low level events asynchronously.
* @param {String} type The type of supported gesture to simulate
* (i.e., "tap", "flick").
* @param {Object} options (Optional) Extra options are used to refine the
* gesture behavior.
* @param {Function} cb The callback to execute when the gesture simulation
* is completed.
* @return {void}
* @for Node
* @method simulateGesture
*/
Y.Node.prototype.simulateGesture = function (type, options, cb) {

Y.Event.simulateGesture(this, type, options, cb);
};


}, '@VERSION@' ,{requires:['node-base', 'event-simulate', 'gesture-simulate']});
}, '@VERSION@' ,{requires:['node-base', 'event-simulate']});
5 changes: 2 additions & 3 deletions build/yui-nodejs/yui-nodejs-debug.js
Expand Up @@ -9334,8 +9334,7 @@ YUI.Env[Y.version].modules = YUI.Env[Y.version].modules || {
"node-event-simulate": {
"requires": [
"node-base",
"event-simulate",
"gesture-simulate"
"event-simulate"
]
},
"node-flick": {
Expand Down Expand Up @@ -10031,7 +10030,7 @@ YUI.Env[Y.version].modules = YUI.Env[Y.version].modules || {
]
}
};
YUI.Env[Y.version].md5 = '5a681478005a2bdc375c61ddfa610d1e';
YUI.Env[Y.version].md5 = '7a164b9d7f2be1786e40a94c327435b9';


}, '@VERSION@' ,{requires:['loader-base']});
Expand Down

0 comments on commit 5f7541f

Please sign in to comment.