Website/node_modules/cssstyle/lib/properties/playDuring.js

13 lines
252 B
JavaScript

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