Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3 minor additions #13

Merged
merged 5 commits into from
May 30, 2013
Merged

3 minor additions #13

merged 5 commits into from
May 30, 2013

Commits on May 29, 2013

  1. Configuration menu
    Copy the full SHA
    9543441 View commit details
    Browse the repository at this point in the history
  2. Make bindContext() also take an existing context instead of constructor

    and prevent destroying existing context on view close event
    mtsr committed May 29, 2013
    Configuration menu
    Copy the full SHA
    9a1b432 View commit details
    Browse the repository at this point in the history
  3. Automatically map commands in Context.commands property

    E.g.:
    commands: {
      'commandName': CommandConstructor
    }
    mtsr committed May 29, 2013
    Configuration menu
    Copy the full SHA
    f18d4a9 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2013

  1. Add back this.mapCommands();

    mtsr committed May 30, 2013
    Configuration menu
    Copy the full SHA
    4327f5b View commit details
    Browse the repository at this point in the history
  2. Fix this.mapCommands call

    Note to self: don't add to pull requests while working on the train ;)
    mtsr committed May 30, 2013
    Configuration menu
    Copy the full SHA
    b50c099 View commit details
    Browse the repository at this point in the history