aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental
diff options
context:
space:
mode:
authorGravatar jcgregorio <jcgregorio@google.com>2014-10-27 07:19:44 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-27 07:19:44 -0700
commit1c9acd980b0a8f82a1851c857ea3cd446fe0453e (patch)
tree45797d7d53c16fc5fe108015aae0c36a5ebf0fec /experimental
parent7afb5aa201e4b59397cbd8480e121d7501a227e7 (diff)
Fixup references to the js files from the HTML files in SkV8Example.
Diffstat (limited to 'experimental')
-rw-r--r--experimental/SkV8Example/compare/gears.html2
-rw-r--r--experimental/SkV8Example/compare/snow.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/experimental/SkV8Example/compare/gears.html b/experimental/SkV8Example/compare/gears.html
index a53789c9dc..abc4177f04 100644
--- a/experimental/SkV8Example/compare/gears.html
+++ b/experimental/SkV8Example/compare/gears.html
@@ -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>
diff --git a/experimental/SkV8Example/compare/snow.html b/experimental/SkV8Example/compare/snow.html
index cc5ad0cb75..9c72e909a1 100644
--- a/experimental/SkV8Example/compare/snow.html
+++ b/experimental/SkV8Example/compare/snow.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>