sync
[gnome.introspection-doc-generator] / String.js
index 44a1655..d30b494 100755 (executable)
--- a/String.js
+++ b/String.js
@@ -9,10 +9,11 @@
  * <script type="text/javascript">
  */
 // usage:
-//String = imports.String.String; 
+// Seed.include('String.js');
 XObject = imports.XObject.XObject;
 
-String = XObject.extend(String, 
+
+XObject.extend(String, 
     {
     
         /** @scope String */
@@ -125,8 +126,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;