Add a project and module file for IntelliJ.
[euphorik.git] / js / betterjs.js
index 6c5b0e6..b4d0bb6 100644 (file)
@@ -77,7 +77,7 @@ String.prototype.rtrim = function() {
   * (Not use for the moment)
   * See : http://www.coolpage.com/developer/javascript/Correct%20OOP%20for%20Javascript.html
   *
-  * Example :  
+  * Example :
   *
   * function Mammal(name) {
   *    this.name = name;