Changes between Initial Version and Version 1 of Ticket #16810, comment 2
- Timestamp:
- Mar 6, 2013, 10:06:28 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16810, comment 2
initial v1 1 I started debugging in FF using native watch and it's dojo/_base/lang /getProp() doing the setting, like neonstalwart said in #164011 I started debugging in FF using native watch and it's dojo/_base/lang.getProp() doing the setting, like neonstalwart said in #16401 2 2 3 3 the stack chain is … … 16 16 }}} 17 17 18 Where p is 'dojo18' therefore dojoGlobal[p] creates a global named 'dojo18' 18 Where p is 'dojo18' therefore dojoGlobal[p] creates a global named 'dojo18'. locale seems to be assuming global, is localisation "re-namespaceable"?