|
@@ -374,7 +374,7 @@ var self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-self._fire_detail_(aString,nil._asJSON());
|
|
|
|
|
|
+self._fire_detail_(aString,nil._asJavaScriptObject());
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"fire:",{aString:aString},$globals.Domite)});
|
|
}, function($ctx1) {$ctx1.fill(self,"fire:",{aString:aString},$globals.Domite)});
|
|
@@ -382,10 +382,10 @@ return self;
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
args: ["aString"],
|
|
args: ["aString"],
|
|
-source: "fire: aString\x0a\x09self fire: aString detail: nil asJSON",
|
|
|
|
|
|
+source: "fire: aString\x0a\x09self fire: aString detail: nil asJavaScriptObject",
|
|
referencedClasses: [],
|
|
referencedClasses: [],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
-messageSends: ["fire:detail:", "asJSON"]
|
|
|
|
|
|
+messageSends: ["fire:detail:", "asJavaScriptObject"]
|
|
}),
|
|
}),
|
|
$globals.Domite);
|
|
$globals.Domite);
|
|
|
|
|
|
@@ -455,7 +455,7 @@ $ctx1.supercall = true,
|
|
$ctx1.supercall = false;
|
|
$ctx1.supercall = false;
|
|
//>>excludeEnd("ctx");;
|
|
//>>excludeEnd("ctx");;
|
|
self["@element"]=$recv(document)._body();
|
|
self["@element"]=$recv(document)._body();
|
|
-self["@reference"]=nil._asJSON();
|
|
|
|
|
|
+self["@reference"]=nil._asJavaScriptObject();
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"initialize",{},$globals.Domite)});
|
|
}, function($ctx1) {$ctx1.fill(self,"initialize",{},$globals.Domite)});
|
|
@@ -463,10 +463,10 @@ return self;
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
args: [],
|
|
args: [],
|
|
-source: "initialize\x0a\x09super initialize.\x0a\x09element := document body.\x0a\x09reference := nil asJSON",
|
|
|
|
|
|
+source: "initialize\x0a\x09super initialize.\x0a\x09element := document body.\x0a\x09reference := nil asJavaScriptObject",
|
|
referencedClasses: [],
|
|
referencedClasses: [],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
-messageSends: ["initialize", "body", "asJSON"]
|
|
|
|
|
|
+messageSends: ["initialize", "body", "asJavaScriptObject"]
|
|
}),
|
|
}),
|
|
$globals.Domite);
|
|
$globals.Domite);
|
|
|
|
|
|
@@ -967,7 +967,7 @@ var self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-self._reference_(nil._asJSON());
|
|
|
|
|
|
+self._reference_(nil._asJavaScriptObject());
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"setToEnd",{},$globals.Domite)});
|
|
}, function($ctx1) {$ctx1.fill(self,"setToEnd",{},$globals.Domite)});
|
|
@@ -975,10 +975,10 @@ return self;
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
args: [],
|
|
args: [],
|
|
-source: "setToEnd\x0a\x09self reference: nil asJSON \x22null\x22",
|
|
|
|
|
|
+source: "setToEnd\x0a\x09self reference: nil asJavaScriptObject \x22null\x22",
|
|
referencedClasses: [],
|
|
referencedClasses: [],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
-messageSends: ["reference:", "asJSON"]
|
|
|
|
|
|
+messageSends: ["reference:", "asJavaScriptObject"]
|
|
}),
|
|
}),
|
|
$globals.Domite);
|
|
$globals.Domite);
|
|
|
|
|