Function

Static Public Summary
public

eventCopy(pEvent: Event): *

Returns a copy of a provided Event

public

eventToJson(pEvent: Event): *

Returns a JSON Object representing the provided Event

public

onerror(msg: String, url: String, lineNo: Number, columnNo: Number, error: any)

Reports errors to the debugging window

Static Public

public eventCopy(pEvent: Event): * source

Returns a copy of a provided Event

Params:

NameTypeAttributeDescription
pEventEvent

Return:

*

public eventToJson(pEvent: Event): * source

Returns a JSON Object representing the provided Event

Params:

NameTypeAttributeDescription
pEventEvent

Return:

*

public onerror(msg: String, url: String, lineNo: Number, columnNo: Number, error: any) source

Reports errors to the debugging window

Params:

NameTypeAttributeDescription
msgString
urlString
lineNoNumber
columnNoNumber
errorany