ADD mini mise à jour de tools.rb
[euphorik.git] / js / betterjs.js
index 30ca5ad..69788d8 100644 (file)
@@ -39,7 +39,7 @@ Array.prototype.map = function(f) {
 
 String.prototype.trim = function() {
        return jQuery.trim(this); // anciennement : this.replace(/^\s+|\s+$/g, "");
-}
+};
 
 String.prototype.ltrim = function() {
        return this.replace(/^\s+/, "");