Searched refs:vcData (Results 1 - 2 of 2) sorted by relevance

/yui3/build/event-valuechange/
H A Devent-valuechange-debug.js89 vcData = node._data && node._data[DATA_KEY], // another perf cheat
92 if (!domNode || !vcData) {
98 prevVal = vcData.prevVal;
101 vcData.prevVal = newVal;
111 Y.Object.each(vcData.notifiers, function (notifier) {
136 var vcData = node.getData(DATA_KEY);
142 vcData.timeout = setTimeout(function () {
174 var vcData = node.getData(DATA_KEY);
176 if (!vcData) {
177 vcData
[all...]
/yui3/src/event-valuechange/js/
H A Devent-valuechange.js87 vcData = node._data && node._data[DATA_KEY], // another perf cheat
90 if (!domNode || !vcData) {
96 prevVal = vcData.prevVal;
99 vcData.prevVal = newVal;
109 Y.Object.each(vcData.notifiers, function (notifier) {
134 var vcData = node.getData(DATA_KEY); variable
140 vcData.timeout = setTimeout(function () {
172 var vcData = node.getData(DATA_KEY); variable
174 if (!vcData) {
175 vcData
[all...]

Completed in 15 milliseconds