Fixup references to the js files from the HTML files in SkV8Example.
BUG=skia: Review URL: https://codereview.chromium.org/680053002
This commit is contained in:
parent
7afb5aa201
commit
1c9acd980b
@ -6,6 +6,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<canvas id=gears width=500 height=500>
|
||||
<script src="../gears.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="../js/gears.js" type="text/javascript" charset="utf-8"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -6,6 +6,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<canvas id=snow width=500 height=500>
|
||||
<script src="../snow.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="../js/snow.js" type="text/javascript" charset="utf-8"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user