Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/backbone.courier.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Backbone.Courier, v2.0.0
* Backbone.Courier, v3.0.1
* Copyright (c)2013 Rotunda Software, LLC.
* Distributed under MIT license
* http://github.com/rotundasoftware/backbone.courier
Expand Down
4 changes: 2 additions & 2 deletions dist/backbone.courier.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/backbone.courier.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
var curParent = this._getParentView();
var messageShouldBePassed;
var value;

if( message.name === 'removeButtonClicked' ) console.log( 'gotit' ); // REMOVEME

while( curParent ) {
// check to see if curParent has an action to perform when this message is received.
Expand Down