Changeset 1249
- Timestamp:
- 03/17/10 11:40:55 (2 years ago)
- Files:
-
- 1 modified
-
trunk/modules/GetHtml/TransformInnerHTML.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/GetHtml/TransformInnerHTML.js
r1236 r1249 60 60 ]; 61 61 // compile for performance; WebKit doesn't support this 62 if (typeof RegExp.prototype.compile == 'function') { 62 var testRE = new RegExp().compile(Xinha.RegExpCache[3]); 63 if (typeof testRE != 'undefined') { 63 64 for (var i=0; i<Xinha.RegExpCache.length;i++ ) { 64 65 Xinha.RegExpCache[i] = new RegExp().compile(Xinha.RegExpCache[i]);
