MCPcopy Index your code
hub / github.com/HelloZeroNet/ZeroNet / applyDefaultProjectionOptions

Function applyDefaultProjectionOptions

plugins/UiConfig/media/js/all.js:277–279  ·  view source on GitHub ↗
(projectorOptions)

Source from the content-addressed store, hash-verified

275 }
276 };
277 var applyDefaultProjectionOptions = function (projectorOptions) {
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');

Callers 1

all.jsFile · 0.70

Calls 1

extendFunction · 0.70

Tested by

no test coverage detected