Skip to content

Commit

Permalink
2.2.1-es version released.
Browse files Browse the repository at this point in the history
 - tooltip component bug fixed
  • Loading branch information
seogi1004 committed Oct 3, 2018
1 parent c2170e4 commit 97058d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion dist/jui-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "juijs-ui",
"version": "2.2.0-es6",
"version": "2.2.1-es6",
"sideEffects": false,
"description": "JUI provide all kinds of UI components that are used in web pages. However, charts and grids are not included.",
"scripts": {
Expand Down
15 changes: 1 addition & 14 deletions src/components/tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,17 +217,4 @@ export default {

return UI;
}
}

jui.defineUI("ui.tooltip", [ "jquery" ], function($) {

/**
* @class ui.tooltip
* Tooltip component can be applied to 4 locations, namely top/bottom/left/right, and a relate message can be entered in the title properties
*
* @extends core
* @alias Tooltip
* @requires jquery
*/

});
}

0 comments on commit 97058d2

Please sign in to comment.