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

Commit

Permalink
Remove width reset in after-effect callback
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Jun 6, 2011
1 parent 45a0905 commit 68693c1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 10 deletions.
3 changes: 1 addition & 2 deletions dist/jquery.qtip.basic.js
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Mon Jun 6 17:25:37 2011 +0100
* Date: Mon Jun 6 21:23:14 2011 +0100
*/

/*jslint browser: true, onevar: true, undef: true, nomen: true, bitwise: true, regexp: true, newcap: true, immed: true, strict: true */
Expand Down Expand Up @@ -973,7 +973,6 @@ function QTip(target, options, id, attr)
tooltip.css({
display: '',
visibility: '',
width: options.style.width || '',
opacity: '',
left: '',
top: ''
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.css
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Mon Jun 6 17:25:37 2011 +0100
* Date: Mon Jun 6 21:23:14 2011 +0100
*/

/* Core qTip styles */
Expand Down
3 changes: 1 addition & 2 deletions dist/jquery.qtip.js
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Mon Jun 6 17:25:37 2011 +0100
* Date: Mon Jun 6 21:23:14 2011 +0100
*/

/*jslint browser: true, onevar: true, undef: true, nomen: true, bitwise: true, regexp: true, newcap: true, immed: true, strict: true */
Expand Down Expand Up @@ -973,7 +973,6 @@ function QTip(target, options, id, attr)
tooltip.css({
display: '',
visibility: '',
width: options.style.width || '',
opacity: '',
left: '',
top: ''
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.qtip.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/jquery.qtip.pack.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/core.js
Expand Up @@ -927,7 +927,6 @@ function QTip(target, options, id, attr)
tooltip.css({
display: '',
visibility: '',
width: options.style.width || '',
opacity: '',
left: '',
top: ''
Expand Down

0 comments on commit 68693c1

Please sign in to comment.