diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-02-03 12:01:26 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-02-03 12:01:26 -0500 |
commit | 678ff6326a984d4ff8e7f69fd31304c2520e66f3 (patch) | |
tree | 009e67dc7555d7b9749d092667c8a105d238437f /ui/jquery.ui.tooltip.js | |
parent | 352ef4c9b3bb46867ccff5aa6b2eb6a347013ba7 (diff) | |
download | jquery-ui-678ff6326a984d4ff8e7f69fd31304c2520e66f3.tar.gz jquery-ui-678ff6326a984d4ff8e7f69fd31304c2520e66f3.zip |
Added version property to plugins that were missing them.
Diffstat (limited to 'ui/jquery.ui.tooltip.js')
-rw-r--r-- | ui/jquery.ui.tooltip.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/jquery.ui.tooltip.js b/ui/jquery.ui.tooltip.js index 8e211c272..50e1b4437 100644 --- a/ui/jquery.ui.tooltip.js +++ b/ui/jquery.ui.tooltip.js @@ -130,7 +130,8 @@ $.widget("ui.tooltip", { this._trigger( "close", event ); } - }); +$.ui.tooltip.version = "@VERSION"; + })(jQuery);
\ No newline at end of file |