|
@@ -844,14 +844,14 @@ return smalltalk.withContext(function($ctx1) {
|
|
var $2,$1;
|
|
var $2,$1;
|
|
$2=self["@showComment"];
|
|
$2=self["@showComment"];
|
|
if(($receiver = $2) == nil || $receiver == null){
|
|
if(($receiver = $2) == nil || $receiver == null){
|
|
-$1=false;
|
|
|
|
|
|
+$1=true;
|
|
} else {
|
|
} else {
|
|
$1=$2;
|
|
$1=$2;
|
|
};
|
|
};
|
|
return $1;
|
|
return $1;
|
|
}, function($ctx1) {$ctx1.fill(self,"showComment",{},globals.HLBrowserModel)})},
|
|
}, function($ctx1) {$ctx1.fill(self,"showComment",{},globals.HLBrowserModel)})},
|
|
args: [],
|
|
args: [],
|
|
-source: "showComment\x0a\x09^ showComment ifNil: [ false ]",
|
|
|
|
|
|
+source: "showComment\x0a\x09^ showComment ifNil: [ true ]",
|
|
messageSends: ["ifNil:"],
|
|
messageSends: ["ifNil:"],
|
|
referencedClasses: []
|
|
referencedClasses: []
|
|
}),
|
|
}),
|
|
@@ -2128,10 +2128,10 @@ selector: "defaultDocumentation",
|
|
protocol: 'defaults',
|
|
protocol: 'defaults',
|
|
fn: function (){
|
|
fn: function (){
|
|
var self=this;
|
|
var self=this;
|
|
-return "No documentation available. \x0a**That's bad. Seriously.**";
|
|
|
|
|
|
+return "No documentation is available for this class.";
|
|
},
|
|
},
|
|
args: [],
|
|
args: [],
|
|
-source: "defaultDocumentation\x0a\x09^ 'No documentation available. \x0a**That''s bad. Seriously.**'",
|
|
|
|
|
|
+source: "defaultDocumentation\x0a\x09^ 'No documentation is available for this class.'",
|
|
messageSends: [],
|
|
messageSends: [],
|
|
referencedClasses: []
|
|
referencedClasses: []
|
|
}),
|
|
}),
|