UNPKG

yhtml5-test

Version:

A test framework for front-end projects

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