The function initPanel in this module makes a call to YAHOO.widget.Calendar without ensuring the YAHOO global object is defined. This can result in errors in Internet Explorer that can interfere with other javascript functionality on the page.
It's not 100% clear that this bug does not result from a misuse of the script, but assigning the YAHOO variable to Y.YUI2 at the top of that function fixed our problem.