dead code

This commit is contained in:
Corey Johnson
2011-10-24 11:05:09 -07:00
parent 329eb1fcba
commit 18c8b4028e

View File

@@ -65,10 +65,9 @@
</body>
<script>
mainWindow = window;
window.onerror = function(message, url, lineNumber) {
// Any error will popup the console
WindowController.webView.inspector.showConsole(1);
WindowController.webView.inspector.showConsole(true);
}
require('startup');