mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Kind of starting from scratch.
Recreated the project as an xcode 4 project. Key Bindings are working and reloading. Got rid of everything that wasn't being used right now.
This commit is contained in:
@@ -64,13 +64,9 @@
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<script src='src/require.js'></script>
|
||||
<script>
|
||||
//require('startup');
|
||||
|
||||
window.onerror = function(message, url, lineNumber) {
|
||||
// Any error will popup the console
|
||||
atomController.webView.inspector.showConsole(true);
|
||||
}
|
||||
require('startup');
|
||||
</script>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user