Changes between Initial Version and Version 1 of Ticket #10700, comment 5
- Timestamp:
- Feb 13, 2012, 9:03:57 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10700, comment 5
initial v1 1 I tried this against http://download.dojotoolkit.org/release-1.4.0/dojo-release-1.4.0/dojo/tests/test_fx.html and it's printing out ../../../foo/, same as for 1.1 and 1.7. 1 I tried 2 3 {{{ 4 dojo.registerModulePath('foo', '../../foo'); 5 console.log(dojo.moduleUrl('foo').toString()); 6 }}} 7 8 against http://download.dojotoolkit.org/release-1.4.0/dojo-release-1.4.0/dojo/tests/test_fx.html and it's printing out ../../../foo/, same as for 1.1 and 1.7. 2 9 3 10 Seems to be working for me, even against the version you specified. Is there something I missed?