|
@@ -22,7 +22,7 @@ $core.method({
|
|
selector: "current",
|
|
selector: "current",
|
|
protocol: "initialization",
|
|
protocol: "initialization",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+var self=this,$self=this;
|
|
return jQuery;
|
|
return jQuery;
|
|
|
|
|
|
},
|
|
},
|
|
@@ -40,7 +40,7 @@ $core.method({
|
|
selector: "initialize",
|
|
selector: "initialize",
|
|
protocol: "initialization",
|
|
protocol: "initialization",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+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");
|
|
@@ -64,7 +64,7 @@ $core.method({
|
|
selector: "asJQuery",
|
|
selector: "asJQuery",
|
|
protocol: "*Wrappers-JQuery",
|
|
protocol: "*Wrappers-JQuery",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+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");
|
|
@@ -87,7 +87,7 @@ $core.method({
|
|
selector: "asJQueryInContext:",
|
|
selector: "asJQueryInContext:",
|
|
protocol: "*Wrappers-JQuery",
|
|
protocol: "*Wrappers-JQuery",
|
|
fn: function (aContext){
|
|
fn: function (aContext){
|
|
-var self=this;
|
|
|
|
|
|
+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");
|
|
@@ -110,11 +110,11 @@ $core.method({
|
|
selector: "asJQuery",
|
|
selector: "asJQuery",
|
|
protocol: "*Wrappers-JQuery",
|
|
protocol: "*Wrappers-JQuery",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+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 jQuery(self['@jsObject']);
|
|
|
|
|
|
+return jQuery($self['@jsObject']);
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"asJQuery",{},$globals.JSObjectProxy)});
|
|
}, function($ctx1) {$ctx1.fill(self,"asJQuery",{},$globals.JSObjectProxy)});
|
|
@@ -122,7 +122,7 @@ return self;
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
args: [],
|
|
args: [],
|
|
-source: "asJQuery\x0a\x09<inlineJS: 'return jQuery(self[''@jsObject''])'>",
|
|
|
|
|
|
+source: "asJQuery\x0a\x09<inlineJS: 'return jQuery($self[''@jsObject''])'>",
|
|
referencedClasses: [],
|
|
referencedClasses: [],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
messageSends: []
|
|
messageSends: []
|
|
@@ -134,11 +134,11 @@ $core.method({
|
|
selector: "asJQueryInContext:",
|
|
selector: "asJQueryInContext:",
|
|
protocol: "*Wrappers-JQuery",
|
|
protocol: "*Wrappers-JQuery",
|
|
fn: function (aContext){
|
|
fn: function (aContext){
|
|
-var self=this;
|
|
|
|
|
|
+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 jQuery(self['@jsObject'], aContext);
|
|
|
|
|
|
+return jQuery($self['@jsObject'], aContext);
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"asJQueryInContext:",{aContext:aContext},$globals.JSObjectProxy)});
|
|
}, function($ctx1) {$ctx1.fill(self,"asJQueryInContext:",{aContext:aContext},$globals.JSObjectProxy)});
|
|
@@ -146,7 +146,7 @@ return self;
|
|
},
|
|
},
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
args: ["aContext"],
|
|
args: ["aContext"],
|
|
-source: "asJQueryInContext: aContext\x0a\x09<inlineJS: 'return jQuery(self[''@jsObject''], aContext)'>",
|
|
|
|
|
|
+source: "asJQueryInContext: aContext\x0a\x09<inlineJS: 'return jQuery($self[''@jsObject''], aContext)'>",
|
|
referencedClasses: [],
|
|
referencedClasses: [],
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|
|
messageSends: []
|
|
messageSends: []
|
|
@@ -158,7 +158,7 @@ $core.method({
|
|
selector: "asJQuery",
|
|
selector: "asJQuery",
|
|
protocol: "*Wrappers-JQuery",
|
|
protocol: "*Wrappers-JQuery",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+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");
|
|
@@ -182,7 +182,7 @@ $core.method({
|
|
selector: "asJQueryInContext:",
|
|
selector: "asJQueryInContext:",
|
|
protocol: "*Wrappers-JQuery",
|
|
protocol: "*Wrappers-JQuery",
|
|
fn: function (aContext){
|
|
fn: function (aContext){
|
|
-var self=this;
|
|
|
|
|
|
+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");
|
|
@@ -206,7 +206,7 @@ $core.method({
|
|
selector: "asJQuery",
|
|
selector: "asJQuery",
|
|
protocol: "*Wrappers-JQuery",
|
|
protocol: "*Wrappers-JQuery",
|
|
fn: function (){
|
|
fn: function (){
|
|
-var self=this;
|
|
|
|
|
|
+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");
|
|
@@ -230,7 +230,7 @@ $core.method({
|
|
selector: "asJQueryInContext:",
|
|
selector: "asJQueryInContext:",
|
|
protocol: "*Wrappers-JQuery",
|
|
protocol: "*Wrappers-JQuery",
|
|
fn: function (aContext){
|
|
fn: function (aContext){
|
|
-var self=this;
|
|
|
|
|
|
+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");
|