summaryrefslogtreecommitdiff
path: root/misc/teaser.js
diff options
context:
space:
mode:
Diffstat (limited to 'misc/teaser.js')
-rw-r--r--misc/teaser.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/teaser.js b/misc/teaser.js
index d54605018..e8ee8061d 100644
--- a/misc/teaser.js
+++ b/misc/teaser.js
@@ -1,5 +1,5 @@
// $Id$
-(function($) {
+(function ($) {
/**
* Auto-attach for teaser behavior.
@@ -7,8 +7,8 @@
* Note: depends on resizable textareas.
*/
Drupal.behaviors.teaser = {
- attach: function(context, settings) {
- $('textarea.teaser:not(.teaser-processed)', context).each(function() {
+ attach: function (context, settings) {
+ $('textarea.teaser:not(.teaser-processed)', context).each(function () {
var teaser = $(this).addClass('teaser-processed');
// Move teaser textarea before body, and remove its form-item wrapper.