Check-in Number:
|
5482 | |
Date: |
2006-Jul-23 10:30:45 (local)
2006-Jul-23 08:30:45 (UTC) |
User: | rse |
Branch: | |
Comment: |
remove one more fixme |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/js/TODO 1.2 -> 1.3
--- TODO 2006/07/23 08:00:43 1.2
+++ TODO 2006/07/23 08:30:45 1.3
@@ -10,7 +10,6 @@
TODO
- nothing known at this point.
- - manpage js.1 fixme
CANDO
|
|
ossp-pkg/js/js.1 1.6 -> 1.7
--- js.1 2006/07/23 08:00:43 1.6
+++ js.1 2006/07/23 08:30:45 1.7
@@ -76,8 +76,10 @@
unlimited number of branches.
.TP 8
.B -P
-Sets the global object????
-FIXME
+In case the prototype object of the (potentially changed) global object
+is no longer connected to the global class, create a new global object
+(which is again connected to the global class) and set its prototype
+object to the old global object.
.TP 8
.BI -v " version"
override the numerical JavaScript version number, which the JavaScript
|
|