Skip to content

Commit

Permalink
cleaning up from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhellsing committed Jul 22, 2012
1 parent 5a6f206 commit 17149b1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/galleria.js
Expand Up @@ -1155,9 +1155,6 @@ Galleria = function() {
// the internal data array
this._data = [];

// cached data
this._dataCache = [];

// the internal dom collection
this._dom = {};

Expand Down Expand Up @@ -2776,11 +2773,6 @@ Galleria.prototype = {

// allow setting a height ratio instead of exact value
// useful when doing responsive galleries
/*
if ( self._options.height && self._options.height < 2 ) {
num.height = num.width * self._options.height;
}
*/

if ( self._ratio ) {
num.height = num.width * self._ratio;
Expand Down Expand Up @@ -2859,8 +2851,6 @@ Galleria.prototype = {

onThumbLoad = function( thumb ) {

console.log(thumb)

// scale when ready
thumb.scale({
width: thumb.data.width,
Expand Down Expand Up @@ -3963,7 +3953,6 @@ this.prependChild( 'info', 'myElement' );
*/

updateCarousel : function() {
console.log('update')
this._carousel.update();
return this;
},
Expand Down

0 comments on commit 17149b1

Please sign in to comment.