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