Przeglądaj źródła

window and console are not reserved words.

We changed this a while ago but this doc never got updated.
Bruno Garcia 11 lat temu
rodzic
commit
ef407a2226
1 zmienionych plików z 0 dodań i 1 usunięć
  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()