mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
48 lines
1.4 KiB
Cheetah
48 lines
1.4 KiB
Cheetah
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>JSDoc: <?js= title ?></title>
|
|
<!--[if lt IE 9]>
|
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
<link rel="stylesheet" href="http://www.kineticjs.com/css/normalize.css">
|
|
<link rel="stylesheet" href="http://www.kineticjs.com/css/main.css">
|
|
<link type="text/css" rel="stylesheet" href="../css/doc-style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<div class="container">
|
|
<div class="top">
|
|
<a id="logo" href="http://www.kineticjs.com"></a>
|
|
</div>
|
|
|
|
</div>
|
|
</header>
|
|
<nav>
|
|
<?js= this.nav ?>
|
|
</nav>
|
|
|
|
<div id="main">
|
|
<div id="main-wrapper">
|
|
|
|
<h1 class="page-title"><?js= title ?></h1>
|
|
|
|
<?js= content ?>
|
|
<?div>
|
|
</div>
|
|
|
|
<footer>
|
|
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc <?js= env.version.number ?></a> on <?js= (new Date()) ?>
|
|
</footer>
|
|
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
|
|
<script>
|
|
var _gaq=[['_setAccount','UA-10955171-8'],['_trackPageview']];
|
|
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
|
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
|
s.parentNode.insertBefore(g,s)}(document,'script'));
|
|
</script>
|
|
</body>
|
|
</html>
|