From 1b52cefc26da3a3c5bcb9116db79f68dbcc5de81 Mon Sep 17 00:00:00 2001 From: Scott González Date: Mon, 30 May 2011 18:27:48 -0400 Subject: Widget: Fixed _show() and _hide() implementation and added tests. --- tests/unit/tooltip/tooltip_defaults.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/unit/tooltip') diff --git a/tests/unit/tooltip/tooltip_defaults.js b/tests/unit/tooltip/tooltip_defaults.js index ded3d4558..4b687bdcb 100644 --- a/tests/unit/tooltip/tooltip_defaults.js +++ b/tests/unit/tooltip/tooltip_defaults.js @@ -2,15 +2,19 @@ commonWidgetTests( "tooltip", { defaults: { content: function() {}, disabled: false, + hide: true, items: "[title]", position: { my: "left+15 center", at: "right center", collision: "flip fit" }, + show: true, tooltipClass: null, // callbacks - create: null + close: null, + create: null, + open: null } }); -- cgit v1.2.3