From 03528f2942ad52ab1bfca8810aa5ce0bfe3ba4c7 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Mon, 9 Jun 2008 05:59:18 +0000 Subject: tests - wrapped in closures so all.html will work --- tests/dialog.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/dialog.js') diff --git a/tests/dialog.js b/tests/dialog.js index c1c8ea54f..7520fe8b7 100644 --- a/tests/dialog.js +++ b/tests/dialog.js @@ -1,10 +1,11 @@ /* * dialog unit tests */ - +(function($) { // // Dialog Test Helper Functions // + var el, offsetBefore, offsetAfter, heightBefore, heightAfter, @@ -307,3 +308,5 @@ test("close", function() { }); module("dialog: Tickets"); + +})(jQuery); -- cgit v1.2.3