View Revisions: Issue #1149
Summary | 0001149: Optimize JavaScript code | ||
---|---|---|---|
Revision | 2020-11-04 21:23 by rijkr | ||
Description | IST-1: Several JavaScript object literal functions have a first parameter that refer to the object the function was invoked for. This parameter is obsolete, because the "this" object within the function can be used for that. SOLL-1: Use "this" to refer to the object for which an object function is invoked. |
||
Revision | 2020-12-04 14:16 by rijkr | ||
Description | IST-1: Several JavaScript object literal functions have a first parameter that refer to the object the function was invoked for. This parameter is obsolete, because the "this" object within the function can be used for that. SOLL-1: Use "this" to refer to the object for which an object function is invoked. IST-2: Obsolete code. SOLL-2: Remove jQuery mobile 'pagecontainershow' and 'pagecontainerhide' event handlers. |