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.
this.movePrevious = function () {
Backbone.Events.trigger("saveGroup", that.selectedTab());
return true;
};
this.dispose = function () {
that.moveNext = null;
that.movePrevious = null;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment