set-inner.js 329 B

12345678910
  1. // Loading this in nested file so that require.config
  2. // with shim dependencies is in effect.
  3. // See http://stackoverflow.com/questions/21647956/how-to-config-requirejs-shim-dependencies-just-in-time/
  4. define([
  5. 'amber/devel-inner',
  6. 'bootstrap2.3.2/js/bootstrap',
  7. 'amber_lib/showdown/compressed/showdown',
  8. 'helios/all'
  9. ]);