Skip to content

Commit

Permalink
docs upd & build
Browse files Browse the repository at this point in the history
  • Loading branch information
dimsemenov committed Dec 4, 2013
1 parent 134bbcc commit 7ddf368
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 14 deletions.
6 changes: 4 additions & 2 deletions dist/jquery.magnific-popup.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Magnific Popup - v0.9.9 - 2013-11-25
/*! Magnific Popup - v0.9.9 - 2013-12-04
* http://dimsemenov.com/plugins/magnific-popup/
* Copyright (c) 2013 Dmitry Semenov; */
;(function($) {
Expand Down Expand Up @@ -345,7 +345,7 @@ MagnificPopup.prototype = {
$('html').css(windowStyles);

// add everything to DOM
mfp.bgOverlay.add(mfp.wrap).prependTo( document.body );
mfp.bgOverlay.add(mfp.wrap).prependTo( mfp.st.prependTo );



Expand Down Expand Up @@ -886,6 +886,8 @@ $.magnificPopup = {
alignTop: false,

removalDelay: 0,

prependTo: document.body,

fixedContentPos: 'auto',

Expand Down
Loading

0 comments on commit 7ddf368

Please sign in to comment.