diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-15 18:14:26 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:36 -0400 |
commit | 2c92f1074718ee23081765da0b86a8e3fe906874 (patch) | |
tree | 07c2ec6c1b20f138bb70df073cfb66eeb67cf486 /tests | |
parent | bddb7efe000cf60e455d48f28acef0ef2f295d9d (diff) | |
download | jquery-ui-2c92f1074718ee23081765da0b86a8e3fe906874.tar.gz jquery-ui-2c92f1074718ee23081765da0b86a8e3fe906874.zip |
Core: Move labels into its own module
Ref #9647
Diffstat (limited to 'tests')
-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 0d25e22d8..1eaa055e5 100644 --- a/tests/unit/core/core.js +++ b/tests/unit/core/core.js @@ -2,7 +2,8 @@ define( [ "jquery", "lib/common", "ui/core", - "ui/form" + "ui/form", + "ui/labels" ], function( $, common ) { module( "core - jQuery extensions" ); |