ADD commande /cpf (C'est pas faux)
[euphorik.git] / js / betterjs.js
index 30ca5ad..d982030 100644 (file)
@@ -1,3 +1,4 @@
+// coding: utf-8
 // tout un tas d'améliorations de JavaScript ;)
 
 
@@ -39,7 +40,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+/, "");