mirror of
https://github.com/konvajs/konva.git
synced 2026-01-18 11:41:20 +08:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user