Skip to content

OutermostLMS5js: "lmsInfo.ReturnValue" should be "lmsInfo.returnValue" #33

@dulioca

Description

@dulioca

Lines 339 and 340 in OutermostLMS5.js

returnValue = lmsInfo.ReturnValue;
return lmsInfo.ReturnValue;

should be

returnValue = lmsInfo.returnValue;
return lmsInfo.returnValue;

Some packages stall after LMSSetValue because received an undefined value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions