Issue #1684834 by droplet, nod_: JSHint contextual.
parent
e52b50f9cd
commit
f01622ce09
|
@ -30,7 +30,7 @@ function initContextual ($contextual) {
|
|||
// positioning and behavior attachment context.
|
||||
.addClass('contextual')
|
||||
// Ensure a trigger element exists before the actual contextual links.
|
||||
.prepend(Drupal.theme('contextualTrigger'))
|
||||
.prepend(Drupal.theme('contextualTrigger'));
|
||||
|
||||
// Create a model and the appropriate views.
|
||||
var model = new contextual.Model({
|
||||
|
|
Loading…
Reference in New Issue