This commit is contained in:
Peter Cottle 2013-01-02 15:42:35 -08:00
parent 764fbf63bc
commit de9d91773a
8 changed files with 461 additions and 270 deletions

View file

@ -159,7 +159,7 @@ var ModalView = Backbone.View.extend({
console.log('window focus doing nothing', e);
},
documentClick: function(e) {
onDocumentClick: function(e) {
console.log('doc click doing nothing', e);
},