Browse Source

Recompile. Fixes minor formatting.

Herby Vojčík 6 years ago
parent
commit
4792889890
2 changed files with 6 additions and 6 deletions
  1. 1 1
      src/Compiler-Semantic.js
  2. 5 5
      src/Platform-ImportExport.js

+ 1 - 1
src/Compiler-Semantic.js

@@ -2348,7 +2348,7 @@ return self;
 },
 //>>excludeStart("ide", pragmas.excludeIdeData);
 args: ["aNode"],
-source: "visitBlockSequenceNode: aNode\x0a\x09(aNode dagChildren anySatisfy: #isJSStatementNode)\x0a\x09\x09ifTrue: [ JsStatementDisplacedError signal ].\x0a\x0a\x09super visitBlockSequenceNode: aNode\x0a\x09",
+source: "visitBlockSequenceNode: aNode\x0a\x09(aNode dagChildren anySatisfy: #isJSStatementNode)\x0a\x09\x09ifTrue: [ JsStatementDisplacedError signal ].\x0a\x0a\x09super visitBlockSequenceNode: aNode",
 referencedClasses: ["JsStatementDisplacedError"],
 //>>excludeEnd("ide");
 messageSends: ["ifTrue:", "anySatisfy:", "dagChildren", "signal", "visitBlockSequenceNode:"]

+ 5 - 5
src/Platform-ImportExport.js

@@ -3245,7 +3245,7 @@ $core.addMethod(
 $core.method({
 selector: "load:",
 protocol: "loading",
-fn: function(aPackage){
+fn: function (aPackage){
 var self=this,$self=this;
 //>>excludeStart("ctx", pragmas.excludeDebugContexts);
 return $core.withContext(function($ctx1) {
@@ -3383,7 +3383,7 @@ $core.addMethod(
 $core.method({
 selector: "load:",
 protocol: "loading",
-fn: function(aPackage){
+fn: function (aPackage){
 var self=this,$self=this;
 //>>excludeStart("ctx", pragmas.excludeDebugContexts);
 return $core.withContext(function($ctx1) {
@@ -3686,7 +3686,7 @@ $core.addMethod(
 $core.method({
 selector: "load",
 protocol: "loading",
-fn: function(){
+fn: function (){
 var self=this,$self=this;
 //>>excludeStart("ctx", pragmas.excludeDebugContexts);
 return $core.withContext(function($ctx1) {
@@ -4427,7 +4427,7 @@ $core.addMethod(
 $core.method({
 selector: "load:",
 protocol: "*Platform-ImportExport",
-fn: function(aPackageName){
+fn: function (aPackageName){
 var self=this,$self=this;
 //>>excludeStart("ctx", pragmas.excludeDebugContexts);
 return $core.withContext(function($ctx1) {
@@ -4450,7 +4450,7 @@ $core.addMethod(
 $core.method({
 selector: "load:fromNamespace:",
 protocol: "*Platform-ImportExport",
-fn: function(aPackageName,aString){
+fn: function (aPackageName,aString){
 var self=this,$self=this;
 //>>excludeStart("ctx", pragmas.excludeDebugContexts);
 return $core.withContext(function($ctx1) {