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