MCPcopy
hub / github.com/HelloZeroNet/ZeroNet / checkStyleValue

Function checkStyleValue

plugins/UiConfig/media/js/all.js:280–284  ·  view source on GitHub ↗
(styleValue)

Source from the content-addressed store, hash-verified

278 return extend(DEFAULT_PROJECTION_OPTIONS, projectorOptions);
279 };
280 var checkStyleValue = function (styleValue) {
281 if (typeof styleValue !== 'string') {
282 throw new Error('Style values must be strings');
283 }
284 };
285 var setProperties = function (domNode, properties, projectionOptions) {
286 if (!properties) {
287 return;

Callers 2

setPropertiesFunction · 0.70
updatePropertiesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected