Skip to content

Commit 490bcec

Browse files
committed
github jackwanders#33: change indentation to tabs in jquery.galleryview-3.0-dev.js
1 parent a4153aa commit 490bcec

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

js/jquery.galleryview-3.0-dev.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
Author: Jack Anderson
55
Version: 3.0 DEVELOPMENT
66
7-
See README.txt for instructions on how to markup your HTML
7+
See README.txt for instructions on how to markup your HTML
88
*/
99

1010
// Make sure Object.create is available in the browser (for our prototypal inheritance)
1111
// Courtesy of Douglas Crockford
1212
if (typeof Object.create !== 'function') {
13-
Object.create = function (o) {
14-
function F() {}
15-
F.prototype = o;
16-
return new F();
17-
};
13+
Object.create = function (o) {
14+
function F() {}
15+
F.prototype = o;
16+
return new F();
17+
};
1818
}
1919

2020
(function ($) {

0 commit comments

Comments
 (0)