Searched defs:AttrProto (Results 1 - 1 of 1) sorted by relevance

/yui3/src/app/js/
H A Dmodel-list.js29 var AttrProto = Y.Attribute.prototype, variable
396 return AttrProto.get.apply(this, arguments);
418 return Y.Escape.html(AttrProto.get.apply(this, arguments));
439 return encodeURIComponent(AttrProto.get.apply(this, arguments));

Completed in 57 milliseconds