Skip to content

Commit

Permalink
github jackwanders#33: change indentation to tabs in jquery.galleryvi…
Browse files Browse the repository at this point in the history
…ew-3.0-dev.js
  • Loading branch information
timburrows committed May 3, 2016
1 parent a4153aa commit 490bcec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions js/jquery.galleryview-3.0-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
Author: Jack Anderson
Version: 3.0 DEVELOPMENT
See README.txt for instructions on how to markup your HTML
See README.txt for instructions on how to markup your HTML
*/

// Make sure Object.create is available in the browser (for our prototypal inheritance)
// Courtesy of Douglas Crockford
if (typeof Object.create !== 'function') {
Object.create = function (o) {
function F() {}
F.prototype = o;
return new F();
};
Object.create = function (o) {
function F() {}
F.prototype = o;
return new F();
};
}

(function ($) {
Expand Down

0 comments on commit 490bcec

Please sign in to comment.