(x)
| 18451 | } |
| 18452 | |
| 18453 | function defaultBool(x) { |
| 18454 | if(typeof x === 'boolean') { |
| 18455 | return x |
| 18456 | } |
| 18457 | return true |
| 18458 | } |
| 18459 | |
| 18460 | function createScene(options) { |
| 18461 | options = options || {} |
no outgoing calls
no test coverage detected
searching dependent graphs…