Nathaniel van Diepen 10 yıl önce
ebeveyn
işleme
abc829ab4e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app/www/js/omnomirc.js

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

@@ -329,7 +329,7 @@
 			var i,r,hook,fn,sandbox = {
 				testing: 'test'
 			};
-			args=typeof args == 'undefined'?[]?args;
+			args=typeof args == 'undefined'?[]:args;
 			for(i in hooks){
 				hook = hooks[i];
 				if(hook.hook == name){