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

Commit

Permalink
Updated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Vergenz committed Aug 12, 2014
1 parent 727571a commit 203671f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/testworker.html → examples/computation.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>WebWorker test</title>
<title>Collection Computation</title>
<script src='../dist/xapicollection.js'></script>
<script src='../extra/gen-lrs-data.js'></script>
<script>
Expand Down
4 changes: 2 additions & 2 deletions examples/simpletable.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>WebWorker test</title>
<title>Sample Table</title>
<script src='../src/xapicollection.js'></script>
<script src='../extra/gen-lrs-data.js'></script>
<script src='../extra/knockout-3.1.0.js'></script>
Expand All @@ -14,7 +14,7 @@
.where('result.score.raw != null')
.groupBy('actor.name')
.average('result.score.raw')
.join('object.id','result.score.raw')
.relate('object.id','result.score.raw')
.select('group as actor,average, '+
'http://myschool\\.edu/xapi/cop-3223/final as final, '+
'http://myschool\\.edu/xapi/cop-3223/test1 as test1, '+
Expand Down

0 comments on commit 203671f

Please sign in to comment.