ajax MDL-22286 broken JS

This commit is contained in:
Andrew Davis 2010-05-03 09:25:51 +00:00
parent 2fb6010a84
commit e44bc5a12d

View File

@ -1,6 +1,6 @@
M.core_message = {};
M.core_message.init_focus = function(Y.eid) {
M.core_message.init_focus = function(Y, eid) {
document.getElementById(eid).focus();
}