Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Set default Viewport method to flipinvert
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Nov 28, 2012
1 parent 1a9cfc6 commit 4cb5ebb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dist/basic/jquery.qtip.js
Expand Up @@ -1716,7 +1716,7 @@ if(!$.ui) {
}

// Set global qTip properties
QTIP.version = '2.0.0pre-nightly-01181a986a';
QTIP.version = '2.0.0pre-nightly-11b229eb10';
QTIP.nextid = 0;
QTIP.inactiveEvents = 'click dblclick mousedown mouseup mousemove mouseleave mouseenter'.split(' ');
QTIP.zindex = 15000;
Expand Down Expand Up @@ -1746,7 +1746,7 @@ QTIP.defaults = {
x: 0, y: 0,
mouse: TRUE,
resize: TRUE,
method: 'flip flip'
method: 'flipinvert flipinvert'
},
effect: function(api, pos, viewport) {
$(this).animate(pos, {
Expand Down
2 changes: 1 addition & 1 deletion dist/basic/jquery.qtip.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/jquery.qtip.js
Expand Up @@ -1716,7 +1716,7 @@ if(!$.ui) {
}

// Set global qTip properties
QTIP.version = '2.0.0pre-nightly-01181a986a';
QTIP.version = '2.0.0pre-nightly-11b229eb10';
QTIP.nextid = 0;
QTIP.inactiveEvents = 'click dblclick mousedown mouseup mousemove mouseleave mouseenter'.split(' ');
QTIP.zindex = 15000;
Expand Down Expand Up @@ -1746,7 +1746,7 @@ QTIP.defaults = {
x: 0, y: 0,
mouse: TRUE,
resize: TRUE,
method: 'flip flip'
method: 'flipinvert flipinvert'
},
effect: function(api, pos, viewport) {
$(this).animate(pos, {
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/plugins/viewport.md
Expand Up @@ -66,7 +66,7 @@ $('.selector').qtip({
## position.adjust.method

### Values
"{flip|flipinvert|shift|none} {flip|flipinvert|shift|none}" *(Default: "flip")*
"{flip|flipinvert|shift|none} {flip|flipinvert|shift|none}" *(Default: "flipinvert")*

### Overview
This option determines the kind of [viewport positioning](#viewport) that takes place.
Expand Down
2 changes: 1 addition & 1 deletion src/core.js
Expand Up @@ -1691,7 +1691,7 @@ QTIP.defaults = {
x: 0, y: 0,
mouse: TRUE,
resize: TRUE,
method: 'flip flip'
method: 'flipinvert flipinvert'
},
effect: function(api, pos, viewport) {
$(this).animate(pos, {
Expand Down

0 comments on commit 4cb5ebb

Please sign in to comment.