Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exception error in v3.3 #5

Open
chapcory opened this issue Oct 19, 2013 · 0 comments
Open

exception error in v3.3 #5

chapcory opened this issue Oct 19, 2013 · 0 comments

Comments

@chapcory
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant