Skip to content

Commit

Permalink
1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhellsing committed Aug 6, 2014
1 parent fa8f008 commit 50df351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/galleria.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Galleria v 1.4b 2014-08-06
* Galleria v 1.4 2014-08-06
* http://galleria.io
*
* Licensed under the MIT license
Expand Down Expand Up @@ -2729,7 +2729,7 @@ Galleria.prototype = {

// set theme
if ( typeof options.theme == 'string' ) {
this._options.theme = options.theme
this._options.theme = options.theme;
}
}

Expand Down

0 comments on commit 50df351

Please sign in to comment.