|
@@ -2672,6 +2672,24 @@ referencedClasses: []
|
|
}),
|
|
}),
|
|
globals.TagBrush);
|
|
globals.TagBrush);
|
|
|
|
|
|
|
|
+smalltalk.addMethod(
|
|
|
|
+smalltalk.method({
|
|
|
|
+selector: "asJQueryInContext:",
|
|
|
|
+protocol: 'converting',
|
|
|
|
+fn: function (aContext){
|
|
|
|
+var self=this;
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+var $1;
|
|
|
|
+$1=_st(self._element())._asJQueryInContext_(aContext);
|
|
|
|
+return $1;
|
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"asJQueryInContext:",{aContext:aContext},globals.TagBrush)})},
|
|
|
|
+args: ["aContext"],
|
|
|
|
+source: "asJQueryInContext: aContext\x0a\x09^ self element asJQueryInContext: aContext",
|
|
|
|
+messageSends: ["asJQueryInContext:", "element"],
|
|
|
|
+referencedClasses: []
|
|
|
|
+}),
|
|
|
|
+globals.TagBrush);
|
|
|
|
+
|
|
smalltalk.addMethod(
|
|
smalltalk.addMethod(
|
|
smalltalk.method({
|
|
smalltalk.method({
|
|
selector: "at:",
|
|
selector: "at:",
|
|
@@ -3788,6 +3806,22 @@ referencedClasses: []
|
|
}),
|
|
}),
|
|
globals.JSObjectProxy);
|
|
globals.JSObjectProxy);
|
|
|
|
|
|
|
|
+smalltalk.addMethod(
|
|
|
|
+smalltalk.method({
|
|
|
|
+selector: "asJQueryInContext:",
|
|
|
|
+protocol: '*Canvas',
|
|
|
|
+fn: function (aContext){
|
|
|
|
+var self=this;
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return jQuery(self['@jsObject'], aContext);
|
|
|
|
+return self}, function($ctx1) {$ctx1.fill(self,"asJQueryInContext:",{aContext:aContext},globals.JSObjectProxy)})},
|
|
|
|
+args: ["aContext"],
|
|
|
|
+source: "asJQueryInContext: aContext\x0a\x09<return jQuery(self['@jsObject'], aContext)>",
|
|
|
|
+messageSends: [],
|
|
|
|
+referencedClasses: []
|
|
|
|
+}),
|
|
|
|
+globals.JSObjectProxy);
|
|
|
|
+
|
|
smalltalk.addMethod(
|
|
smalltalk.addMethod(
|
|
smalltalk.method({
|
|
smalltalk.method({
|
|
selector: "appendToBrush:",
|
|
selector: "appendToBrush:",
|
|
@@ -3868,4 +3902,20 @@ referencedClasses: []
|
|
}),
|
|
}),
|
|
globals.String);
|
|
globals.String);
|
|
|
|
|
|
|
|
+smalltalk.addMethod(
|
|
|
|
+smalltalk.method({
|
|
|
|
+selector: "asJQueryInContext:",
|
|
|
|
+protocol: '*Canvas',
|
|
|
|
+fn: function (aContext){
|
|
|
|
+var self=this;
|
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
|
+return jQuery(String(self), aContext);
|
|
|
|
+return self}, function($ctx1) {$ctx1.fill(self,"asJQueryInContext:",{aContext:aContext},globals.String)})},
|
|
|
|
+args: ["aContext"],
|
|
|
|
+source: "asJQueryInContext: aContext\x0a\x09<return jQuery(String(self), aContext)>",
|
|
|
|
+messageSends: [],
|
|
|
|
+referencedClasses: []
|
|
|
|
+}),
|
|
|
|
+globals.String);
|
|
|
|
+
|
|
});
|
|
});
|