Side navigation
#4114 closed enhancement (fixed)
Opened February 10, 2009 11:00PM UTC
Closed July 19, 2009 03:58PM UTC
RegExp w/ Function Should be Optimized
Reported by: | john | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | core | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Right now we have some .replace(..., function(){}) code that should probably be optimized (cache the regexp function for later usage).