소스 검색

Fixed plugin stopping to keep it from removing the plugin.

Nathaniel van Diepen 10 년 전
부모
커밋
cc2a655a81
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      app/www/js/omnomirc.js

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

@@ -510,9 +510,6 @@
 							hooks.spice(i,1);
 						}
 					}
-					// TODO, remove other things
-					plugins[name] = undefined;
-					delete plugins[name];
 				}else{
 					return false;
 				}