Changes between Initial Version and Version 1 of Ticket #13992, comment 2
- Timestamp:
- Sep 24, 2011, 1:13:14 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13992, comment 2
initial v1 5 5 //summary: dojo.aspect with context option 6 6 context = context || null; 7 //create a function wrapper in thedesired context7 //create an aspect.around in desired context 8 8 return aspect.around(target, methodName, dojo.hitch(context,function(original){ 9 9 //return a function wrapper in the desired context or the target's contexts