Skip to content

Instantly share code, notes, and snippets.

@humblelistener
Created January 4, 2013 19:53
Show Gist options
  • Select an option

  • Save humblelistener/4455383 to your computer and use it in GitHub Desktop.

Select an option

Save humblelistener/4455383 to your computer and use it in GitHub Desktop.

Revisions

  1. humblelistener created this gist Jan 4, 2013.
    9 changes: 9 additions & 0 deletions nav view model
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    this.movePrevious = function () {
    Backbone.Events.trigger("saveGroup", that.selectedTab());
    return true;
    };

    this.dispose = function () {
    that.moveNext = null;
    that.movePrevious = null;
    };