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