Files
old-slucajna-televizija/web/node_modules/cssstyle/lib/properties/textAnchor.js

13 lines
252 B
JavaScript
Raw Normal View History

2017-10-16 11:19:46 +02:00
'use strict';
module.exports.definition = {
set: function (v) {
this._setProperty('text-anchor', v);
},
get: function () {
return this.getPropertyValue('text-anchor');
},
enumerable: true,
configurable: true
};