(projectorOptions)
| 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'); |