瀏覽代碼

Fixed plugin stopping to keep it from removing the plugin.

Nathaniel van Diepen 11 年之前
父節點
當前提交
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;
 				}