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

Function checkStyleValue

plugins/UiPluginManager/media/js/all.js:283–287  ·  view source on GitHub ↗
(styleValue)

Source from the content-addressed store, hash-verified

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

Callers 2

setPropertiesFunction · 0.70
updatePropertiesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected