blob: 76792c9a60f514d55990db404c3dc9cad936f1bc [file] [log] [blame]
'use strict';
module.exports.definition = {
set: function (v) {
this._setProperty('size', v);
},
get: function () {
return this.getPropertyValue('size');
},
enumerable: true,
configurable: true
};