Plato on Github
Report Home
node_modules/cssstyle/lib/properties/height.js
Maintainability
93.42
Lines of code
14
Difficulty
5.78
Estimated Errors
0.07
Function weight
By Complexity
By SLOC
'use strict'; var parseMeasurement = require('../parsers').parseMeasurement; module.exports.definition = { set: function (v) { this._setProperty('height', parseMeasurement(v)); }, get: function () { return this.getPropertyValue('height'); }, enumerable: true, configurable: true };