This commit is contained in:
Cheng Zhao 2014-01-07 19:44:37 +08:00
parent cf4616de7f
commit 3ec755e978
2 changed files with 0 additions and 9 deletions

View file

@ -6,14 +6,6 @@
</head>
<body>
<style type="text/css" media="screen">
.text:active {
-webkit-backface-visibility: hidden;
}
</style>
<div class="text">Welcome to Husk, the Atom shell example app.</div>
<div id="mocha"></div>
<script type="text/javascript" charset="utf-8">

View file

@ -138,7 +138,6 @@ app.on('ready', function() {
window = new BrowserWindow({
title: 'atom-shell tests',
show: false,
frame: false,
width: 800,
height: 600
});