diff options
Diffstat (limited to 'misc/teaser.js')
-rw-r--r-- | misc/teaser.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/teaser.js b/misc/teaser.js index e303aa963..af50803d4 100644 --- a/misc/teaser.js +++ b/misc/teaser.js @@ -1,4 +1,5 @@ // $Id$ +(function($) { /** * Auto-attach for teaser behavior. @@ -96,3 +97,5 @@ Drupal.behaviors.teaser = { }); } }; + +})(jQuery); |