Opened 14 years ago
Closed 14 years ago
#4312 closed enhancement (fixed)
Math.x is necessary??
Reported by: | roviury | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
if define "cos=Math.cos", it can speed up in IE!! eg. var max=Math.max, round=Math.round, cos=Math.cos, PI=Math.PI;
Note: See
TracTickets for help on using
tickets.
This is used in several places in jQuery now.