|
@@ -2461,18 +2461,18 @@ var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-return $recv($self.root)._addBrush_($self._newTag_(aString));
|
|
|
|
|
|
+return $recv($self._root())._addBrush_($self._newTag_(aString));
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"tag:",{aString:aString})});
|
|
}, function($ctx1) {$ctx1.fill(self,"tag:",{aString:aString})});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
args: ["aString"],
|
|
args: ["aString"],
|
|
-source: "tag: aString\x0a\x09^ root addBrush: (self newTag: aString)",
|
|
|
|
|
|
+source: "tag: aString\x0a\x09^ self root addBrush: (self newTag: aString)",
|
|
referencedClasses: [],
|
|
referencedClasses: [],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
pragmas: [],
|
|
pragmas: [],
|
|
-messageSends: ["addBrush:", "newTag:"]
|
|
|
|
|
|
+messageSends: ["addBrush:", "root", "newTag:"]
|
|
}),
|
|
}),
|
|
$globals.HTMLCanvas);
|
|
$globals.HTMLCanvas);
|
|
|
|
|