From 46327804350874d21c564bc72d7d3c541bef9378 Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Fri, 9 Nov 2012 17:17:32 +0100 Subject: Dialog: Fix yoda-if, remove unnecessary TODOs; add missing callbacks to commons test --- tests/unit/dialog/dialog_common.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'tests/unit/dialog/dialog_common.js') 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 } }); -- cgit v1.2.3