JSDOC/Lang.js
[gnome.introspection-doc-generator] / String.js
index 44a1655..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;