UNPKG

yhtml5-test

Version:

A test framework for front-end projects

15 lines (12 loc) 322 B
'use strict'; var parseColor = require('../parsers').parseColor; module.exports.definition = { set: function (v) { this._setProperty('lighting-color', parseColor(v)); }, get: function () { return this.getPropertyValue('lighting-color'); }, enumerable: true, configurable: true };