瀏覽代碼

JSStream never uses cr.

Herbert Vojčík 11 年之前
父節點
當前提交
85c9654999
共有 3 個文件被更改,包括 802 次插入804 次删除
  1. 400 400
      js/Compiler-IR.deploy.js
  2. 400 400
      js/Compiler-IR.js
  3. 2 4
      st/Compiler-IR.st

File diff suppressed because it is too large
+ 400 - 400
js/Compiler-IR.deploy.js


File diff suppressed because it is too large
+ 400 - 400
js/Compiler-IR.js


+ 2 - 4
st/Compiler-IR.st

@@ -1032,8 +1032,7 @@ nextPutAssignment
 
 nextPutBlockContextFor: anIRClosure during: aBlock
 	self
-		nextPutAll: 'return smalltalk.withContext(function(', anIRClosure scope alias, ') {';
-		nextPutAll: String cr.
+		nextPutAll: 'return smalltalk.withContext(function(', anIRClosure scope alias, ') {'; lf.
 	
 	aBlock value.
 	
@@ -1083,8 +1082,7 @@ nextPutClosureWith: aBlock arguments: anArray
 
 nextPutContextFor: aMethod during: aBlock
 	self
-		nextPutAll: 'return smalltalk.withContext(function(', aMethod scope alias, ') { ';
-		nextPutAll: String cr.
+		nextPutAll: 'return smalltalk.withContext(function(', aMethod scope alias, ') { '; lf.
 	aBlock value.
 	
 	self

Some files were not shown because too many files changed in this diff