iphoto.js
No description.

File Location

/goog/useragent/iphoto.js


Public Protected Private

Global Functions

function%164&getIphotoVersion(desc) string
The plugin description string contains the version number as in the form 'iPhoto 700'. This returns just the version number as a dotted string, e.g., '7.0.0', compatible with goog.string.compareVersions.
Arguments:
desc : string
The version string.
Returns: string  The dotted version.
code »
goog.userAgent.iphoto.isVersion(version) boolean
Whether the installed version of iPhoto is as new or newer than a given version.
Arguments:
version : string
The version to check.
Returns: boolean  Whether the installed version of iPhoto is as new or newer than a given version.
code »

Global Variables

function%164 :
No description.
Code »

Directory useragent

File Reference