|
@@ -1432,30 +1432,6 @@ messageSends: []
|
|
|
}),
|
|
|
$globals.IRInstruction);
|
|
|
|
|
|
-$core.addMethod(
|
|
|
-$core.method({
|
|
|
-selector: "remove",
|
|
|
-protocol: 'building',
|
|
|
-fn: function (){
|
|
|
-var self=this;
|
|
|
-
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
-
|
|
|
-$recv(self._parent())._remove_(self);
|
|
|
-return self;
|
|
|
-
|
|
|
-}, function($ctx1) {$ctx1.fill(self,"remove",{},$globals.IRInstruction)});
|
|
|
-
|
|
|
-},
|
|
|
-
|
|
|
-args: [],
|
|
|
-source: "remove\x0a\x09self parent remove: self",
|
|
|
-referencedClasses: [],
|
|
|
-
|
|
|
-messageSends: ["remove:", "parent"]
|
|
|
-}),
|
|
|
-$globals.IRInstruction);
|
|
|
-
|
|
|
$core.addMethod(
|
|
|
$core.method({
|
|
|
selector: "remove:",
|