Changes between Initial Version and Version 1 of Ticket #9088
- Timestamp:
- Apr 7, 2009, 5:01:48 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9088
- Property Owner set to bill
-
Property
Status
changed from
new
toassigned
-
Ticket #9088 – Description
initial v1 2 2 3 3 line 45 of _Templated.js should be 4 {{{ 4 5 if(key.charAt(0) == '!'){ value = dojo.getObject(key.substr(1), false, _this); } 5 6 }}} 6 7 instead of 7 8 {{{ 8 9 if(key.charAt(0) == '!'){ value = dojo.getObject(key.substr(1), _this); } 10 }}}