Changes between Version 13 and Version 14 of UNPLANNED_SCRIPTING_REFACTORING_R0
- Timestamp:
- 09/07/09 19:55:35 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UNPLANNED_SCRIPTING_REFACTORING_R0
v13 v14 128 128 * There was no need of {{{jsFunction_moveUp()}}}. {{{jsFunction_moveDown()}}}, because the user can write zOrder++ and zOrder--; therefore {{{jsSet_zOrder}}} was not removed. 129 129 130 * {{{jsFunction_removeFrame}}} was not renamed to {{{jsFunction_removeElement}}}, because scripting does not support page elements other than frames. When this becomes possiible, {{{jsFunction_removeFrame}}} will just call {{{jsFunction_removeElement}}}. 131 130 132 = Testing = 131 133 ^(Place the testing results here.)^