mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
35fcaac78b
The DIALOGUE object was using Y.clone to copy the input config, messing up the prototype chains for any objects in the config param. Really, this doesn't need to clone the config, so I've refactored to avoid doing so. Also moved some of the other attribute init and setup calls to the appropriate places (initializer and modifyAttrs).