Changes between Version 13 and Version 14 of UNPLANNED_SCRIPTING_REFACTORING_R0


Ignore:
Timestamp:
09/07/09 19:55:35 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UNPLANNED_SCRIPTING_REFACTORING_R0

    v13 v14  
    128128 * There was no need of {{{jsFunction_moveUp()}}}. {{{jsFunction_moveDown()}}}, because the user can write zOrder++ and zOrder--; therefore {{{jsSet_zOrder}}} was not removed. 
    129129 
     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 
    130132= Testing = 
    131133^(Place the testing results here.)^