Explorar el Código

causes a browser crash. Sorunome will have to fix.

Nathaniel van Diepen hace 10 años
padre
commit
f2b0dd35a0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/www/js/omnomirc.js

+ 1 - 0
app/www/js/omnomirc.js

@@ -530,6 +530,7 @@
 				if(exists(plugins[name])){
 					var plugin = plugins[name],
 						hook = function(){
+							console.log('hook',arguments);
 							var h = arguments[0],
 								f = arguments[1],
 								fn;