Skip to content

Atari.QuickStart.doc - error in code example on page 3 (3. Game Code) #2

@tractorjack

Description

@tractorjack

There is a comma missing in the Game.prototype example. There should be a comma at the end of the "initialize:..." line. Here is the correction:

Game.prototype = {
property: null,
method: function() {},
initialize: function(stage, assets) {},
callbackMethod: null
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions