mirror of
https://github.com/konvajs/konva.git
synced 2025-12-21 11:14:00 +08:00
finished migrating all unit tests over to Mocha
This commit is contained in:
13
test-old/html/special/requirejs.html
Normal file
13
test-old/html/special/requirejs.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>My Sample Project</title>
|
||||
<!-- data-main attribute tells require.js to load
|
||||
scripts/main.js after require.js loads. -->
|
||||
<script data-main="scripts/main" src="scripts/require.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>My Sample Project</h1>
|
||||
<div id="container"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user