Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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