Skip to content
Snippets Groups Projects
  1. Sep 24, 2009
  2. Sep 21, 2009
  3. Sep 20, 2009
  4. Sep 18, 2009
  5. Sep 17, 2009
  6. Sep 14, 2009
  7. Sep 11, 2009
  8. Sep 09, 2009
  9. Sep 04, 2009
  10. Aug 27, 2009
  11. Aug 26, 2009
  12. Aug 24, 2009
  13. Aug 21, 2009
  14. Aug 19, 2009
  15. Aug 18, 2009
  16. Aug 17, 2009
  17. Aug 14, 2009
    • rswindell's avatar
      Change JS load() search order from: · 780eed7d
      rswindell authored
      - js.exec_dir/file.js
      - mods/js.load_path_list[0]/file.js
      - exec/js.load_path_list[0]/file.js
      - mods/js.load_path_list[1]/file.js
      - exec/js.load_path_list[1]/file.js
      - mods/file.js
      - exec/file.js
      to (the originally intended) order of:
      - js.exec_dir/file.js
      - mods/js.load_path_list[0]/file.js
      - mods/js.load_path_list[1]/file.js
      - mods/file.js
      - exec/js.load_path_list[0]/file.js
      - exec/js.load_path_list[1]/file.js
      - exec/load.js
      Note: mods dir is still optional and absolute paths in js.load_path_list are
      searched before mods or exec.
      780eed7d
Loading