diff options
Diffstat (limited to 'misc/progress.js')
-rw-r--r-- | misc/progress.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/progress.js b/misc/progress.js index 631a5f4f8..b0fad1573 100644 --- a/misc/progress.js +++ b/misc/progress.js @@ -1,4 +1,5 @@ // $Id$ +(function($) { /** * A progressbar object. Initialized with the given id. Must be inserted into @@ -105,3 +106,5 @@ Drupal.progressBar.prototype.displayError = function (string) { this.errorCallback(this); } }; + +})(jQuery); |