Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nicolas-t/Chocolat
Browse files Browse the repository at this point in the history
Conflicts:
	dist/js/jquery.chocolat.min.js
  • Loading branch information
nicolas-t committed Sep 15, 2015
2 parents 3ade849 + 19d31ca commit 07a8a2f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 23 deletions.
10 changes: 0 additions & 10 deletions dist/css/chocolat.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
/*
CSS RESET
*/

html, body, div, span{
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
}
.chocolat-zoomable.chocolat-zoomed .chocolat-img{
cursor : zoom-out;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/js/jquery.chocolat.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
];
var that = this;
var def = $.when($(els).fadeOut(200)).done(function () {
that.elems.domContainer.removeClass(this._cssClasses.join(' '));
that.elems.domContainer.removeClass(that._cssClasses.join(' '));
});
this.settings.currentImage = false;
this.settings.initialized = false;
Expand Down
Loading

0 comments on commit 07a8a2f

Please sign in to comment.