浏览代码

window and console are not reserved words.

We changed this a while ago but this doc never got updated.
Bruno Garcia 11 年之前
父节点
当前提交
ef407a2226
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      extra/CHANGES.txt

+ 0 - 1
extra/CHANGES.txt

@@ -46,7 +46,6 @@
 	all : implemented constraints check on enum and enum field type parameters
 	all : fixed memory leak in compilation server and optimized caching in general
 	all : fixed issue with invalid lowercase class name in Windows completion
-	js : window and console are reserved words. Access them with __js__ instead of untyped.
 	flash : fixed font embedding with UTF8 chars
 	flash : give error if non-nullable basic types are skipped in a call
 	flash : give error if assigned parent class field values would be overwritten by super()