mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
e691028ab6
This issue also corrects the way in which Y.one is called. Previously it was called as constructor rather than as a static method so it always returned a Y.Node, regardless of whether a node was found. Additionally, this adds a config setting to the YUI configuration such that debug messages are not shown in the JS console when debugging is disabled.