1
0
Fork 0
This commit is contained in:
Andreas Streichardt 2016-01-29 13:02:42 +01:00
parent 9850058d01
commit 8928806a21
1 changed files with 1 additions and 1 deletions

View File

@ -1824,7 +1824,7 @@ function brokenGraphSuite () {
gm._drop(emptyGN); gm._drop(emptyGN);
} catch (e) { } catch (e) {
} }
var emptyGraph = gm._create(emptyGN); gm._create(emptyGN);
var bindVars = { var bindVars = {
graph: emptyGN graph: emptyGN
}; };