| 1 | /*! JSON v3.3.2 | https://bestiejs.github.io/json3 | Copyright 2012-2015, Kit Cambridge, Benjamin Tan | http://kit.mit-license.org */ |
| 2 | ;(function () { |
| 3 | // Detect the `define` function exposed by asynchronous module loaders. The |
| 4 | // strict `define` check is necessary for compatibility with `r.js`. |
nothing calls this directly
no test coverage detected