Skip to content

Commit

Permalink
Update to version v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanWagner committed Dec 9, 2018
1 parent 49492d2 commit a06f7db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jbox",
"version": "0.5.2",
"version": "0.5.3",
"description": "jBox is a jQuery plugin that makes it easy to create customizable tooltips, modal windows, image galleries and more.",
"keywords": [
"jquery-plugin",
Expand Down
2 changes: 1 addition & 1 deletion src/js/jBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
reposition: true, // Calculates new position when the window-size changes
repositionOnOpen: true, // Calculates new position each time jBox opens (rather than only when it opens the first time)
repositionOnContent: true, // Calculates new position when the content changes with .setContent() or .setTitle()
holdPosition: false, // Keeps current position if space permits. Applies only to 'Modal' type.
holdPosition: true, // Keeps current position if space permits. Applies only to 'Modal' type.

// Pointer
pointer: false, // Your pointer will always point towards the target element, so the option outside needs to be 'x' or 'y'. By default the pointer is centered, set a position to move it to any side. You can also add an offset, e.g. 'left:30' or 'center:-20'
Expand Down

0 comments on commit a06f7db

Please sign in to comment.