aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tooltip/tooltip_defaults.js
blob: c1fc49f1afd1f6a71a875f6d7413d28b1e4a6d2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
commonWidgetTests( "tooltip", {
	defaults: {
		disabled: false,
		items: "[title]",
		content: $.ui.tooltip.prototype.options.content,
		position: {
			my: "left center",
			at: "right center",
			offset: "15 0"
		},

		// callbacks
		create: null
	}
});