Skip to content

Bug in page:Module object  #6852

@fcojavmc

Description

@fcojavmc

REPLACE THIS TEXT WITH BUG DESCRIPTION

URL: ../../docs/api_reference/module

var Module = {
'print': function(text) { alert('stdout: ' + text) }
'printErr': function(text) { alert('stderr: ' + text) }
};

Missing a comma (,) in 2nd line:

var Module = {
'print': function(text) { alert('stdout: ' + text) },
'printErr': function(text) { alert('stderr: ' + text) }
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions