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

/yui3/src/datatable/js/
H A Dmutable.js15 Mutable;
33 @class DataTable.Mutable
37 Y.namespace('DataTable').Mutable = Mutable = function () {};
39 Mutable.ATTRS = {
59 Y.mix(Mutable.prototype, {
585 Mutable.prototype.addRows = Mutable.prototype.addRow;
589 Y.Base.mix(Y.DataTable, [Mutable]);
550 }); class

Completed in 8 milliseconds