|
@@ -158,6 +158,23 @@ referencedClasses: []
|
|
|
}),
|
|
|
smalltalk.HtmlSnippet.klass);
|
|
|
|
|
|
+smalltalk.addMethod(
|
|
|
+"_initialize",
|
|
|
+smalltalk.method({
|
|
|
+selector: "initialize",
|
|
|
+category: 'initialization',
|
|
|
+fn: function (){
|
|
|
+var self=this;
|
|
|
+return smalltalk.withContext(function($ctx1) {
smalltalk.Object.klass.fn.prototype._initialize.apply(_st(self), []);
|
|
|
+_st(self)._current();
|
|
|
+return self}, function($ctx1) {$ctx1.fill(self,"initialize",{}, smalltalk.HtmlSnippet.klass)})},
|
|
|
+args: [],
|
|
|
+source: "initialize\x0a\x09super initialize.\x0a\x09self current",
|
|
|
+messageSends: ["initialize", "current"],
|
|
|
+referencedClasses: []
|
|
|
+}),
|
|
|
+smalltalk.HtmlSnippet.klass);
|
|
|
+
|
|
|
|
|
|
smalltalk.addMethod(
|
|
|
"_asSnippet",
|