There is a slight typo in the documentation for /omega/starterkits/default/js/{{ THEME SANITIZED }}.behaviors.js
Seems like:
/**
* Behaviors are Drupal's way of applying JavaScript to a page. The advantage
* of behaviors over simIn short, the advantage of Behaviors over a simple
* document.ready() lies in how it interacts with content loaded through Ajax.
Should be:
/**
* Behaviors are Drupal's way of applying JavaScript to a page. In short,
* the advantage of Behaviors over a simple document.ready() lies in
* how it interacts with content loaded through Ajax.
Patch incoming.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | omega-starterkits-js-typo-2129995-1.patch | 1.33 KB | richardbporter |
Comments
Comment #1
richardbporter commentedComment #2
richardbporter commentedComment #3
msmithcti commentedCommitted in b6ddab0, thanks!