|
@@ -696,7 +696,7 @@ return _st(self)._doIt();
|
|
|
}, function($ctx2) {$ctx2.fillBlock({},$ctx1)})}));
|
|
|
$3=_st(html)._button();
|
|
|
_st($3)._class_("button");
|
|
|
-_st($3)._with_("PintIt");
|
|
|
+_st($3)._with_("PrintIt");
|
|
|
$4=_st($3)._onClick_((function(){
|
|
|
return smalltalk.withContext(function($ctx2) {
|
|
|
return _st(self)._printIt();
|
|
@@ -710,7 +710,7 @@ return _st(self)._inspectIt();
|
|
|
}, function($ctx2) {$ctx2.fillBlock({},$ctx1)})}));
|
|
|
return self}, function($ctx1) {$ctx1.fill(self,"renderButtonsOn:",{html:html},smalltalk.HLCodeWidget)})},
|
|
|
args: ["html"],
|
|
|
-source: "renderButtonsOn: html\x0a\x09html button \x0a\x09\x09class: 'button';\x0a\x09\x09with: 'DoIt';\x0a\x09\x09onClick: [ self doIt ].\x0a\x09html button \x0a\x09\x09class: 'button';\x0a\x09\x09with: 'PintIt';\x0a\x09\x09onClick: [ self printIt ].\x0a\x09html button \x0a\x09\x09class: 'button';\x0a\x09\x09with: 'InspectIt';\x0a\x09\x09onClick: [ self inspectIt ]",
|
|
|
+source: "renderButtonsOn: html\x0a\x09html button \x0a\x09\x09class: 'button';\x0a\x09\x09with: 'DoIt';\x0a\x09\x09onClick: [ self doIt ].\x0a\x09html button \x0a\x09\x09class: 'button';\x0a\x09\x09with: 'PrintIt';\x0a\x09\x09onClick: [ self printIt ].\x0a\x09html button \x0a\x09\x09class: 'button';\x0a\x09\x09with: 'InspectIt';\x0a\x09\x09onClick: [ self inspectIt ]",
|
|
|
messageSends: ["class:", "button", "with:", "onClick:", "doIt", "printIt", "inspectIt"],
|
|
|
referencedClasses: []
|
|
|
}),
|