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