diff --git a/core/modules/text/text.module b/core/modules/text/text.module index f7f961a..07c962e 100644 --- a/core/modules/text/text.module +++ b/core/modules/text/text.module @@ -19,8 +19,8 @@ function text_library_info() { ), 'dependencies' => array( array('system', 'jquery'), + array('system', 'jquery.once'), array('system', 'drupal'), - array('system', 'drupal.once'), ), );