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.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

richardbporter’s picture

richardbporter’s picture

Status: Active » Needs review
msmithcti’s picture

Assigned: richardbporter » Unassigned
Status: Needs review » Fixed

Committed in b6ddab0, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.