Remove trailing whitespace
This commit is contained in:
parent
277af3b0de
commit
aecd78d635
55 changed files with 1337 additions and 1337 deletions
|
@ -4,7 +4,7 @@
|
|||
<title>Pixi Morph by Photon Storm</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="initial-scale=1 maximum-scale=1 user-scalable=0" />
|
||||
<link rel="stylesheet" href="storm.css">
|
||||
<link rel="stylesheet" href="storm.css">
|
||||
<script src="jquery-1.8.3.min.js"></script>
|
||||
<script src="pixi.js"></script>
|
||||
</head>
|
||||
|
@ -45,7 +45,7 @@
|
|||
renderer = PIXI.autoDetectRenderer(w, h);
|
||||
|
||||
stage = new PIXI.Stage;
|
||||
|
||||
|
||||
document.body.appendChild(renderer.view);
|
||||
|
||||
makeObject(0);
|
||||
|
@ -298,7 +298,7 @@
|
|||
{
|
||||
w = $(window).width() - 16;
|
||||
h = $(window).height() - 16;
|
||||
|
||||
|
||||
renderer.resize(w, h);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue