Skip to content

Commit

Permalink
callbacks array fix
Browse files Browse the repository at this point in the history
  • Loading branch information
David committed Oct 9, 2013
1 parent e3c44be commit 662ade8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/galleria.js
Original file line number Diff line number Diff line change
Expand Up @@ -3478,6 +3478,7 @@ Galleria.prototype = {
fn.call( self, self._options );
}
});
Galleria.ready.callbacks = [];

// call the extend option
self._options.extend.call( self, self._options );
Expand Down

0 comments on commit 662ade8

Please sign in to comment.