- Timestamp:
- 11/14/09 14:07:25 (3 years ago)
- Files:
-
- 1 modified
-
trunk/XinhaCore.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/XinhaCore.js
r1226 r1229 192 192 */ 193 193 Xinha.is_real_gecko = (navigator.product == "Gecko" && !Xinha.is_webkit); 194 /** Gecko version 1.9 (or greater) 195 * @type Boolean 196 */ 197 Xinha.is_ff3 = Xinha.is_real_gecko && parseInt(navigator.productSub, 10) >= 2007121016; 194 198 195 /** Gecko version lower than 1.9 199 196 * @type Boolean 200 197 */ 201 Xinha.is_ff2 = Xinha.is_real_gecko && parseInt(navigator.productSub , 10) < 2007121016;198 Xinha.is_ff2 = Xinha.is_real_gecko && parseInt(navigator.productSub.substr(0,10), 10) < 20071210; 202 199 203 200 /** File is opened locally opened ("file://" protocol)
