瀏覽代碼

Fixes issue #692

Nicolas Petton 11 年之前
父節點
當前提交
73e73750af
共有 2 個文件被更改,包括 143 次插入119 次删除
  1. 137 119
      js/Kernel-Infrastructure.js
  2. 6 0
      st/Kernel-Infrastructure.st

File diff suppressed because it is too large
+ 137 - 119
js/Kernel-Infrastructure.js


+ 6 - 0
st/Kernel-Infrastructure.st

@@ -338,6 +338,12 @@ value
 
 !JSObjectProxy methodsFor: 'enumerating'!
 
+asJSON
+	"Answers the receiver in a stringyfy-friendly fashion"
+
+	^ jsObject
+!
+
 keysAndValuesDo: aBlock
 	<
 		var o = self['@jsObject'];

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