Skip to content

Commit

Permalink
These are handled elsewhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed May 1, 2014
1 parent aa37049 commit 09fcccc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ansel/js/ansel.js
Expand Up @@ -809,10 +809,6 @@ AnselCore =
document.observe('click', AnselCore.clickHandler.bindAsEventListener(AnselCore));
document.observe('dblclick', AnselCore.clickHandler.bindAsEventListener(AnselCore, true));

// Custom Events
$('anselViewImages').observe('AnselLayout:scroll', this.onImageScroll.bindAsEventListener(this));
$('anselViewGalleries').observe('AnselLayout:scroll', this.onGalleryScroll.bindAsEventListener(this));

HordeCore.doAction('listGalleries', {}, { callback: this.initialize.bind(this, tmp) });
},

Expand Down

0 comments on commit 09fcccc

Please sign in to comment.