From 789830343771ee3bb3b9dcfb030d99e4aeefafbc Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Thu, 11 Mar 2010 20:48:21 +0000 Subject: dialog: corrected typo in ui.position property for drag events. Updated unit tests tracking fix of #5291 --- ui/jquery.ui.dialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/jquery.ui.dialog.js') diff --git a/ui/jquery.ui.dialog.js b/ui/jquery.ui.dialog.js index 73cbbc89c..7263d2cd5 100644 --- a/ui/jquery.ui.dialog.js +++ b/ui/jquery.ui.dialog.js @@ -329,7 +329,7 @@ $.widget("ui.dialog", { function filteredUi(ui) { return { - positon: ui.position, + position: ui.position, offset: ui.offset }; } -- cgit v1.2.3