Issue #2209459 by droplet, nod_: Fix JS dependencies on jquery.once.

8.0.x
webchick 2014-03-05 08:53:15 -08:00
parent 77fed27ff4
commit df42572a02
8 changed files with 11 additions and 0 deletions

View File

@ -251,6 +251,7 @@ drupal.tableselect:
dependencies:
- core/drupal
- core/jquery
- core/jquery.once
drupal.timezone:
version: VERSION
@ -258,6 +259,7 @@ drupal.timezone:
misc/timezone.js: {}
dependencies:
- core/jquery
- core/jquery.once
- core/drupal
drupal.vertical-tabs:
@ -270,6 +272,7 @@ drupal.vertical-tabs:
misc/vertical-tabs.css: {}
dependencies:
- core/jquery
- core/jquery.once
- core/drupal
- core/drupalSettings
- core/drupal.form

View File

@ -22,6 +22,7 @@ drupal.comment-new-indicator:
js/comment-new-indicator.js: {}
dependencies:
- core/jquery
- core/jquery.once
- core/drupal
- history/drupal.history
- core/drupal.displace
@ -32,5 +33,6 @@ drupal.node-new-comments-link:
js/node-new-comments-link.js: {}
dependencies:
- core/jquery
- core/jquery.once
- core/drupal
- history/drupal.history

View File

@ -28,6 +28,7 @@ edit:
css/edit.icons.css: {}
dependencies:
- core/jquery
- core/jquery.once
- core/underscore
- core/backbone
- core/jquery.form

View File

@ -4,6 +4,7 @@ drupal.editor.admin:
js/editor.admin.js: {}
dependencies:
- core/jquery
- core/jquery.once
- core/drupal
drupal.editor:

View File

@ -7,5 +7,6 @@ drupal.file:
css/file.admin.css: {}
dependencies:
- core/jquery
- core/jquery.once
- core/drupal
- core/drupalSettings

View File

@ -14,6 +14,7 @@ drupal.node.preview:
node.preview.js: {}
dependencies:
- core/jquery
- core/jquery.once
- core/drupal
drupal.content_types:

View File

@ -4,6 +4,7 @@ tour:
js/tour.js: {}
dependencies:
- core/jquery
- core/jquery.once
- core/drupal
- core/backbone
- core/jquery.joyride

View File

@ -16,6 +16,7 @@ drupal.user.permissions:
user.permissions.js: {}
dependencies:
- core/jquery
- core/jquery.once
- core/drupal
- core/drupalSettings