innovationDriveApp/node_modules/cssstyle/lib/properties/orphans.js
2018-07-08 19:21:40 +10:00

12 lines
244 B
JavaScript

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