1
0
mirror of https://github.com/balkian/hook.io-sparql.git synced 2025-09-01 17:22:19 +00:00

Prefix typo

This commit is contained in:
J.Fernando Sánchez
2012-03-15 17:32:01 +01:00
parent 41b7b9198f
commit e6dd784ecf

View File

@@ -33,7 +33,7 @@ class SPARQLHook extends Hook
@client.rows query, (err, res) ->
cb? res
addPreffix: (key,url) ->
addPrefix: (key,url) ->
@client.prefix_map[key] = url
exports.SPARQLHook = SPARQLHook