-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
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
Labels
No labels