Skip to content

exception error in v3.3 #5

@chapcory

Description

@chapcory

Hi Greg,
I'm getting an exception thrown when running CM. in debugger.

it shows:

10:16:00> SCRIPT: Exception caught when executing callback undefined
10:16:00> SCRIPT: Exception: TypeError: 'undefined' is not an object (evaluating 'a.apply')

I think it's due to missing brackets and semicolon in yer JS.
As below: (around line 64)

CF.userMain = function() {
if (oldUserMain != null) {
if (CrestronMobile.debug)
CrestronMobile.log("Startup: executing previously defined CF.userMain()")
oldUserMain.apply(CF, []);
}

HTH, Chap

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions