Skip to content

Commit

Permalink
Tweak whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Feb 19, 2015
1 parent 470efe9 commit 17288bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/featherlight.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
afterOpen: $.noop, /* Called after open. Gets event as parameter, this contains all data */
afterContent: $.noop, /* Called after content is ready and has been set. Gets event as parameter, this contains all data */
afterClose: $.noop, /* Called after close. Gets event as parameter, this contains all data */
onKeyUp: $.noop, /* Called on key down for the frontmost featherlight */
onResize: $.noop, /* Called after new content and when a window is resized */
onKeyUp: $.noop, /* Called on key down for the frontmost featherlight */
onResize: $.noop, /* Called after new content and when a window is resized */
type: null, /* Specify type of lightbox. If unset, it will check for the targetAttrs value. */
contentFilters: ['jquery', 'image', 'html', 'ajax', 'text'], /* List of content filters to use to determine the content */

Expand Down

0 comments on commit 17288bf

Please sign in to comment.