removed Global namespace. global stuff is now just global, inside the Kinetic namespace. There was no reason to have a secondary level for global vars

This commit is contained in:
Eric Rowell
2013-09-08 22:02:04 -07:00
parent 400fae734d
commit c40fc7cf38
11 changed files with 97 additions and 111 deletions

View File

@@ -4,9 +4,16 @@
<title>KineticJS Mocha Tests</title>
<link rel="stylesheet" href="../node_modules/mocha/mocha.css" />
<style>
#mocha {
margin-top: 20px;
}
#mocha .test {
overflow: auto;
}
h1 {
font-family: Calibri;
margin-left: 10px;
}
h2.kinetic-title {
font-family: Calibri;
font-size: 16px;
@@ -17,6 +24,7 @@
</style>
</head>
<body>
<h1>KineticJS Test</h1>
<div id="mocha"></div>
<div id="kinetic-container"></div>