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