mirror of
https://github.com/moodle/moodle.git
synced 2025-03-31 22:12:56 +02:00
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.