@ambers/helios
Advanced tools
Comparing version 0.11.15 to 0.11.16
@@ -5,3 +5,3 @@ { | ||
"description": "Helios IDE for Amber Smalltalk", | ||
"version": "0.11.15", | ||
"version": "0.11.16", | ||
"homepage": "https://lolg.it/amber/helios", | ||
@@ -8,0 +8,0 @@ "repository": { |
@@ -1734,3 +1734,11 @@ define(["amber/boot", "require", "helios/Helios-Core"], function($boot,requirejs){"use strict"; | ||
//>>excludeEnd("ctx");; | ||
$self._setTabLabel_($self._label()); | ||
$recv((function(){ | ||
//>>excludeStart("ctx", pragmas.excludeDebugContexts); | ||
return $core.withContext(function($ctx2) { | ||
//>>excludeEnd("ctx"); | ||
return $self._setTabLabel_($self._label()); | ||
//>>excludeStart("ctx", pragmas.excludeDebugContexts); | ||
}, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)}); | ||
//>>excludeEnd("ctx"); | ||
}))._fork(); | ||
return self; | ||
@@ -1743,7 +1751,7 @@ //>>excludeStart("ctx", pragmas.excludeDebugContexts); | ||
args: ["anObject"], | ||
source: "inspect: anObject\x0a\x09super inspect: anObject.\x0a\x09self setTabLabel: self label", | ||
source: "inspect: anObject\x0a\x09super inspect: anObject.\x0a\x09[ self setTabLabel: self label ] fork", | ||
referencedClasses: [], | ||
//>>excludeEnd("ide"); | ||
pragmas: [], | ||
messageSends: ["inspect:", "setTabLabel:", "label"] | ||
messageSends: ["inspect:", "fork", "setTabLabel:", "label"] | ||
}), | ||
@@ -1750,0 +1758,0 @@ $globals.HLInspector); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1766642
43160