codemirror-inner.js 536 B

12345678910111213
  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_lib/codemirror/lib/codemirror',
  6. 'amber_lib/codemirror/mode/smalltalk/smalltalk',
  7. 'amber_lib/codemirror/addon/hint/show-hint',
  8. 'css!amber_lib/codemirror/theme/ambiance',
  9. 'css!amber_css/niflheim',
  10. 'css!amber_lib/codemirror/lib/codemirror',
  11. 'css!amber_lib/codemirror/addon/hint/show-hint'
  12. ]);