Changeset - ca5b10d7ecd1
[Not reviewed]
default
0 3 0
Drew Perttula - 9 years ago 2016-06-08 05:24:06
drewp@bigasterisk.com
switch N3 to an updated pull/61 version
Ignore-this: f2f226d216d70404c2aeda3e16dc3d77
3 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
light9/web/graph.coffee
Show inline comments
 
@@ -3,13 +3,13 @@ log = console.log
 
# Patch is {addQuads: <quads>, delQuads: <quads>}
 
# <quads> is [{subject: s, ...}, ...]
 

	
 
# for mocha
 
if require?
 
  `window = {}`
 
  `N3 = require('./lib/N3.js-1d2d975c10ad3252d38393c3ea97b36fd3ab986a/N3.js')`
 
  `N3 = require('./lib/N3.js-pull61/N3.js')`
 
  `d3 = require('./lib/d3/build/d3.min.js')`
 
  `RdfDbClient = require('./rdfdbclient.js').RdfDbClient`
 
  module.exports = window
 

	
 
RDF = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'
 

	
light9/web/rdfdbclient.coffee
Show inline comments
 
log = console.log
 

	
 
# for mocha
 
if require?
 
  `window = {}`
 
  `N3 = require('./lib/N3.js-1d2d975c10ad3252d38393c3ea97b36fd3ab986a/N3.js')`
 
  `N3 = require('./lib/N3.js-pull61/N3.js')`
 
  module.exports = window
 

	
 

	
 
toJsonPatch = (jsPatch, cb) ->
 
  out = {patch: {adds: '', deletes: ''}}
 

	
light9/web/timeline-elements.html
Show inline comments
 
@@ -323,13 +323,13 @@
 
</dom-module>
 

	
 
<script src="/lib/sylvester/sylvester.js"></script>
 
<script src="/lib/d3/build/d3.min.js"></script>
 

	
 
<!-- version with https://github.com/RubenVerborgh/N3.js/pull/61 -->
 
<script src="/lib/N3.js-1d2d975c10ad3252d38393c3ea97b36fd3ab986a/browser/n3-browser.js"></script>
 
<script src="/lib/N3.js-pull61/browser/n3-browser.js"></script>
 
<!-- master version -->
 
<xxscript src="/lib/N3.js/browser/n3-browser.js"></script>
 
  
 
<script src="/lib/knockout/dist/knockout.debug.js"></script>
 
<script src="/lib/shortcut/index.js"></script>
 
<script src="/lib/async/dist/async.js"></script>
0 comments (0 inline, 0 general)