JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / String.js
index 97f065f..5196351 100755 (executable)
--- a/String.js
+++ b/String.js
@@ -125,8 +125,7 @@ String = XObject.extend(String,
      * @return {String} The new value
      */
      
-XObject.extend(String.prototype, 
-    {
+XObject.extend(String.prototype,  {
         
         toggle : function(value, other){
             return this == value ? other : value;
@@ -154,6 +153,6 @@ XObject.extend(String.prototype,
             return this;
         }
  
-    };
+    
    
 });
\ No newline at end of file