"MDL-13766, repository api, remove debug code"

This commit is contained in:
dongsheng 2009-08-16 03:25:52 +00:00
parent 88b89f0e0a
commit 139a371739

View File

@ -479,7 +479,7 @@ repository_client.loading = function(id, type, name) {
try {
panel.get('element').innerHTML = str;
} catch(e) {
alert('sadjfjsalfkj '+ e.toString());
alert(e.toString());
}
}
repository_client.view_as_list = function(client_id, data) {