]> source.dussan.org Git - jquery-ui.git/commit
Tooltip: Unit tests for tooltip and a fix to pass through event objects to triggered...
authorjzaefferer <joern.zaefferer@gmail.com>
Thu, 15 Apr 2010 07:45:35 +0000 (09:45 +0200)
committerjzaefferer <joern.zaefferer@gmail.com>
Thu, 15 Apr 2010 07:45:35 +0000 (09:45 +0200)
commit84e0ce168f109fbd5482c6c1ba09bbbb55592888
tree2992b7c9a1a36bf227ff01b3f94ffc5913ba696b
parentacfc66e1ab4c90897139507124de7365fee4afb9
Tooltip: Unit tests for tooltip and a fix to pass through event objects to triggered events
tests/unit/index.html
tests/unit/tooltip/tooltip.html [new file with mode: 0644]
tests/unit/tooltip/tooltip_core.js [new file with mode: 0644]
tests/unit/tooltip/tooltip_defaults.js [new file with mode: 0644]
tests/unit/tooltip/tooltip_events.js [new file with mode: 0644]
tests/unit/tooltip/tooltip_methods.js [new file with mode: 0644]
tests/unit/tooltip/tooltip_options.js [new file with mode: 0644]
tests/unit/tooltip/tooltip_tickets.js [new file with mode: 0644]
ui/jquery.ui.tooltip.js