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