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