Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Merge pull request #27 from AltspaceVR/bug/wire-target
Browse files Browse the repository at this point in the history
Fix wire target option, add source maps
  • Loading branch information
Steven Vergenz authored Jan 25, 2017
2 parents 941a784 + cb17bfd commit a06a90c
Show file tree
Hide file tree
Showing 12 changed files with 640 additions and 647 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This is a fully functional example of what A-Frame code looks like.
<!DOCTYPE html>
<html><head>
<script src="https://aframe.io/releases/0.3.0/aframe.min.js"></script>
<script src="https://cdn.rawgit.com/AltspaceVR/aframe-altspace-component/v1.3.1/dist/aframe-altspace-component.min.js"></script>
<script src="https://cdn.rawgit.com/AltspaceVR/aframe-altspace-component/v1.3.2/dist/aframe-altspace-component.min.js"></script>
<script>
// an example custom component, that will change the color when clicked
Expand Down
Loading

0 comments on commit a06a90c

Please sign in to comment.