From 13dd4d419fc3a093481d1d08838b59b34a709e92 Mon Sep 17 00:00:00 2001 From: Krinkle Date: Sun, 5 Feb 2012 12:29:49 +0000 Subject: [PATCH] [tests] update QUnitTestResources.php to include jquery.delayedBind --- tests/qunit/QUnitTestResources.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/qunit/QUnitTestResources.php b/tests/qunit/QUnitTestResources.php index b1888b2af0..670e3d1109 100644 --- a/tests/qunit/QUnitTestResources.php +++ b/tests/qunit/QUnitTestResources.php @@ -11,6 +11,7 @@ return array( 'tests/qunit/suites/resources/jquery/jquery.byteLimit.test.js', 'tests/qunit/suites/resources/jquery/jquery.client.test.js', 'tests/qunit/suites/resources/jquery/jquery.colorUtil.test.js', + 'tests/qunit/suites/resources/jquery/jquery.delayedBind.test.js', 'tests/qunit/suites/resources/jquery/jquery.getAttrs.test.js', 'tests/qunit/suites/resources/jquery/jquery.highlightText.test.js', 'tests/qunit/suites/resources/jquery/jquery.localize.test.js', @@ -32,6 +33,7 @@ return array( 'jquery.byteLimit', 'jquery.client', 'jquery.colorUtil', + 'jquery.delayedBind', 'jquery.getAttrs', 'jquery.highlightText', 'jquery.localize', -- 2.20.1