We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4153aa commit 490bcecCopy full SHA for 490bcec
1 file changed
js/jquery.galleryview-3.0-dev.js
@@ -4,17 +4,17 @@
4
Author: Jack Anderson
5
Version: 3.0 DEVELOPMENT
6
7
- See README.txt for instructions on how to markup your HTML
+ See README.txt for instructions on how to markup your HTML
8
*/
9
10
// Make sure Object.create is available in the browser (for our prototypal inheritance)
11
// Courtesy of Douglas Crockford
12
if (typeof Object.create !== 'function') {
13
- Object.create = function (o) {
14
- function F() {}
15
- F.prototype = o;
16
- return new F();
17
- };
+ Object.create = function (o) {
+ function F() {}
+ F.prototype = o;
+ return new F();
+ };
18
}
19
20
(function ($) {
0 commit comments