diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-16 09:14:58 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:36 -0400 |
commit | 64076ecfb5870130d89733ff34668fdd18683f9b (patch) | |
tree | 57ee9671983872f4cd92011c7d6b0c1128906a25 /tests/unit | |
parent | 47188b792617a0030ccec07c6df27335dc3aa430 (diff) | |
download | jquery-ui-64076ecfb5870130d89733ff34668fdd18683f9b.tar.gz jquery-ui-64076ecfb5870130d89733ff34668fdd18683f9b.zip |
Core: Move form method into its own module
Ref #9647
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/core/core.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit/core/core.js b/tests/unit/core/core.js index ac9f28e00..0d25e22d8 100644 --- a/tests/unit/core/core.js +++ b/tests/unit/core/core.js @@ -1,7 +1,8 @@ define( [ "jquery", "lib/common", - "ui/core" + "ui/core", + "ui/form" ], function( $, common ) { module( "core - jQuery extensions" ); |