Keep migration to jQuery ...

This commit is contained in:
Paulo Gustavo Veiga
2014-03-04 22:48:31 -03:00
parent 0d0db68038
commit b46ad170fb
20 changed files with 196 additions and 252 deletions

View File

@@ -1 +1,5 @@
document.id(document).fireEvent('loadcomplete', 'mind');
try {
$(document).trigger('loadcomplete', 'mind');
} catch (e) {
console.error(e.stack);
}