Skip to content

Commit 60dc481

Browse files
author
Constantin Saguin
committed
Merge pull request brutaldesign#187 from oswaldoacauan/patch-1
Missing comma on options demo
2 parents 0b333c1 + 5036dcc commit 60dc481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ <h3>Options</h3>
225225
videoMaxWidth : 1140, <span>// videos max width</span>
226226
beforeOpen: function() {}, <span>// called before opening</span>
227227
afterOpen: null, <span>// called after opening</span>
228-
afterClose: function() {} <span>// called after closing</span>
228+
afterClose: function() {}, <span>// called after closing</span>
229229
loopAtEnd: false <span>// true will return to the first image after the last image is reached</span>
230230
} );
231231

0 commit comments

Comments
 (0)