@ambers/helios
Advanced tools
Comparing version 0.12.0 to 0.12.1
@@ -5,3 +5,3 @@ { | ||
"description": "Helios IDE for Amber Smalltalk", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"homepage": "https://lolg.it/amber/helios", | ||
@@ -8,0 +8,0 @@ "repository": { |
@@ -1315,16 +1315,20 @@ define(["amber/boot", "require", "helios/Helios-Core"], function($boot,requirejs){"use strict"; | ||
args: [], | ||
source: "onDoneIt\x0a\x0a\x09self refresh", | ||
source: "onDoneIt\x0a\x09| refreshInterval |\x0a\x09refreshInterval := 'helios.inspector.refreshMillis' settingValueIfAbsent: 500.\x0a\x09refreshInterval < 0 ifFalse: [ self refresh ]", | ||
referencedClasses: [], | ||
//>>excludeEnd("ide"); | ||
pragmas: [], | ||
messageSends: ["refresh"] | ||
messageSends: ["settingValueIfAbsent:", "ifFalse:", "<", "refresh"] | ||
}, function ($methodClass){ return function (){ | ||
var self=this,$self=this; | ||
var refreshInterval; | ||
//>>excludeStart("ctx", pragmas.excludeDebugContexts); | ||
return $core.withContext(function($ctx1) { | ||
//>>excludeEnd("ctx"); | ||
refreshInterval="helios.inspector.refreshMillis"._settingValueIfAbsent_((500)); | ||
if(!$core.assert($recv(refreshInterval).__lt((0)))){ | ||
$self._refresh(); | ||
} | ||
return self; | ||
//>>excludeStart("ctx", pragmas.excludeDebugContexts); | ||
}, function($ctx1) {$ctx1.fill(self,"onDoneIt",{})}); | ||
}, function($ctx1) {$ctx1.fill(self,"onDoneIt",{refreshInterval:refreshInterval})}); | ||
//>>excludeEnd("ctx"); | ||
@@ -1331,0 +1335,0 @@ }; }), |
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
1801584
41638
108