aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2012-11-09 17:17:32 +0100
committerJörn Zaefferer <joern.zaefferer@gmail.com>2012-11-26 10:26:11 +0100
commit46327804350874d21c564bc72d7d3c541bef9378 (patch)
tree87afbe89aa2abd55d4b178dea69626a5c52f6b2c /tests
parent2062a18db6eb1544c2f28d68b6f55d60eef0fd65 (diff)
downloadjquery-ui-46327804350874d21c564bc72d7d3c541bef9378.tar.gz
jquery-ui-46327804350874d21c564bc72d7d3c541bef9378.zip
Dialog: Fix yoda-if, remove unnecessary TODOs; add missing callbacks to commons test
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/dialog/dialog_common.js12
1 files changed, 11 insertions, 1 deletions
diff --git a/tests/unit/dialog/dialog_common.js b/tests/unit/dialog/dialog_common.js
index 2c0e86b46..fb29838b7 100644
--- a/tests/unit/dialog/dialog_common.js
+++ b/tests/unit/dialog/dialog_common.js
@@ -27,6 +27,16 @@ TestHelpers.commonWidgetTests( "dialog", {
width: 300,
// callbacks
- create: null
+ beforeClose: null,
+ close: null,
+ create: null,
+ drag: null,
+ dragStart: null,
+ dragStop: null,
+ focus: null,
+ open: null,
+ resize: null,
+ resizeStart: null,
+ resizeStop: null
}
});