|
@@ -17,12 +17,12 @@ 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");
|
|
-$self["@count"]=$recv($self["@count"]).__minus((1));
|
|
|
|
-$recv($self["@header"])._contents_((function(html){
|
|
|
|
|
|
+$self.count=$recv($self.count).__minus((1));
|
|
|
|
+$recv($self.header)._contents_((function(html){
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx2) {
|
|
return $core.withContext(function($ctx2) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-return $recv(html)._with_($recv($self["@count"])._asString());
|
|
|
|
|
|
+return $recv(html)._with_($recv($self.count)._asString());
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx2) {$ctx2.fillBlock({html:html},$ctx1,1)});
|
|
}, function($ctx2) {$ctx2.fillBlock({html:html},$ctx1,1)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
@@ -50,12 +50,12 @@ 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");
|
|
-$self["@count"]=$recv($self["@count"]).__plus((1));
|
|
|
|
-$recv($self["@header"])._contents_((function(html){
|
|
|
|
|
|
+$self.count=$recv($self.count).__plus((1));
|
|
|
|
+$recv($self.header)._contents_((function(html){
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx2) {
|
|
return $core.withContext(function($ctx2) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-return $recv(html)._with_($recv($self["@count"])._asString());
|
|
|
|
|
|
+return $recv(html)._with_($recv($self.count)._asString());
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx2) {$ctx2.fillBlock({html:html},$ctx1,1)});
|
|
}, function($ctx2) {$ctx2.fillBlock({html:html},$ctx1,1)});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
@@ -91,7 +91,7 @@ $ctx1.supercall = true,
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.supercall = false;
|
|
$ctx1.supercall = false;
|
|
//>>excludeEnd("ctx");;
|
|
//>>excludeEnd("ctx");;
|
|
-$self["@count"]=(0);
|
|
|
|
|
|
+$self.count=(0);
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"initialize",{},$globals.Counter)});
|
|
}, function($ctx1) {$ctx1.fill(self,"initialize",{},$globals.Counter)});
|
|
@@ -117,11 +117,11 @@ return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
var $1,$2,$3,$4;
|
|
var $1,$2,$3,$4;
|
|
$1=$recv(html)._h1();
|
|
$1=$recv(html)._h1();
|
|
-$recv($1)._with_($recv($self["@count"])._asString());
|
|
|
|
|
|
+$recv($1)._with_($recv($self.count)._asString());
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.sendIdx["with:"]=1;
|
|
$ctx1.sendIdx["with:"]=1;
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-$self["@header"]=$recv($1)._yourself();
|
|
|
|
|
|
+$self.header=$recv($1)._yourself();
|
|
$2=$recv(html)._button();
|
|
$2=$recv(html)._button();
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
$ctx1.sendIdx["button"]=1;
|
|
$ctx1.sendIdx["button"]=1;
|