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