1234567891011 |
- //Register in the values from the outer closure for common dependencies
- //as local almond modules
- define('underscore', function () {
- return _;
- });
- //Use almond's special top-level, synchronous require to trigger factory
- //functions, get the final module value, and export it as the public
- //value.
- return require('openscadOpenJscadParser');
- }));
|