소스 검색

Minor fix

Nathaniel van Diepen 11 년 전
부모
커밋
abc829ab4e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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){