end.frag 382 B

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