aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tooltip/tooltip_defaults.js
blob: 419d7a08520df868215a46d0b81e62e7f3294b32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * tooltip_defaults.js
 */

var tooltip_defaults = {
	disabled: false,
	items: "[title]",
	content: $.ui.tooltip.prototype.options.content,
	position: {
		my: "left center",
		at: "right center",
		offset: "15 0"
	}
};

commonWidgetTests('tooltip', { defaults: tooltip_defaults });