Changes between Version 1 and Version 2 of Ticket #16793, comment 6
- Timestamp:
- 03/08/2011 10:16:43 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16793, comment 6
v1 v2 1 [attachment:16793.3.diff] 1 [attachment:16793.3.diff]: 2 2 3 3 Contrary to popular belief, {{{$('some selector', context)}}} is not faster than {{{context.find('some selector')}}}. It's just harder to read.