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 #28 from AltspaceVR/feature/n-parent-sync
Browse files Browse the repository at this point in the history
Parent component sync
  • Loading branch information
brianpeiris authored Feb 17, 2017
2 parents 55b4f44 + 91c8f9e commit 572ead8
Show file tree
Hide file tree
Showing 67 changed files with 20,650 additions and 644 deletions.
20 changes: 20 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"extends": "eslint:recommended",
"plugins": [
"html"
],
"env": {
"browser": true,
"commonjs": true
},
"globals": {
"THREE": true,
"altspace": true,
"AFRAME": true,
"Promise": true
},
"rules": {
"indent": ["error", "tab", {"SwitchCase": 1}],
"no-console": 0
}
}
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.2/dist/aframe-altspace-component.min.js"></script>
<script src="https://cdn.rawgit.com/AltspaceVR/aframe-altspace-component/v1.4.0/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 572ead8

Please sign in to comment.