* adds properties of the 'source' object into the 'target' object * @param target the target object * @param source the source object * @param force if true, properties of the 'source' will overwrite the matching properties of the 'target', if there are any. If false, the properties that alrea
(target: any, source: any, force: boolean)
| 2040 | * @param force if true, properties of the 'source' will overwrite the matching properties of the 'target', if there are any. If false, the properties that already exist in the 'target' will be omitted |
| 2041 | */ |
| 2042 | mixin(target: any, source: any, force: boolean): void; |
| 2043 | |
| 2044 | /** |
| 2045 | * calls a modalbox |
no outgoing calls
no test coverage detected