mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
💄
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -138,7 +138,6 @@ app.on('ready', function() {
|
||||
window = new BrowserWindow({
|
||||
title: 'atom-shell tests',
|
||||
show: false,
|
||||
frame: false,
|
||||
width: 800,
|
||||
height: 600
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user