Nenhuma Descrição

position.js 246B

    'use strict'; module.exports.definition = { set: function (v) { this._setProperty('position', v); }, get: function () { return this.getPropertyValue('position'); }, enumerable: true, configurable: true };