Changes between Initial Version and Version 1 of Ticket #16793, comment 6
- Timestamp:
- 03/08/11 22:16:33 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16793, comment 6
initial v1 1 [attachm net: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.