A special "shallow copy" operation suitable for nondestructively merging trees of components. jQuery.extend in shallow mode will neglect null valued properties. | Code Block |
|---|
| javascript |
|---|
| javascript |
|---|
| bgColor | white |
|---|
| borderStyle | nonejavascript |
|---|
|
fluid.renderer.mergeComponents(target, source);
|
File name: RendererUtilities.js Parameters| Span (Deprecated) |
|---|
| target
| (Object) The destination for the copy | source
| (Object) The object to copy |
|
Return Value| Span (Deprecated) |
|---|
| Object | The filled-in target object |
|
|