jscript.js
No description.

File Location

/goog/useragent/jscript.js


Public Protected Private

Global Functions

goog.userAgent.jscript.init_()
Initializer for goog.userAgent.jscript. Detects if the user agent is using Microsoft JScript and which version of it. This is a named function so that it can be stripped via the jscompiler option for stripping types.
code »
goog.userAgent.jscript.isVersion(version) boolean
Whether the installed version of JScript is as new or newer than a given version.
Arguments:
version : string
The version to check.
Returns: boolean  Whether the installed version of JScript is as new or newer than the given version.
code »

Directory useragent

File Reference