mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-22 12:21:51 +00:00
Remove line.html file.
This commit is contained in:
parent
e3a179f84f
commit
d97f08b5a3
1 changed files with 0 additions and 25 deletions
|
|
@ -1,25 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
||||
<title>fabric.Line unit tests</title>
|
||||
<link rel="stylesheet" href="../lib/qunit.css" type="text/css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../../lib/excanvas.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<script src="../lib/qunit.js"></script>
|
||||
<script src="../../dist/all.js"></script>
|
||||
<script src="../../lib/fabric.js"></script>
|
||||
|
||||
<script src="line.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="qunit-header">fabric.Line unit tests</h1>
|
||||
<h2 id="qunit-banner"></h2>
|
||||
<h2 id="qunit-userAgent"></h2>
|
||||
<ol id="qunit-tests"></ol>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in a new issue