Comparing version 0.1.4 to 0.1.5
@@ -493,12 +493,11 @@ //Copyright (C) 2012 Kory Nunn | ||
path = binding; | ||
callback.references.push(path); | ||
if (parentPath) { | ||
path = resolvePath(parentPath, path); | ||
path = resolvePath('[/]', parentPath, path); | ||
} | ||
callback.references.push(path); | ||
if(path.isRoot()){ | ||
reference.push(callback); | ||
callback.references.push(path); | ||
return; | ||
@@ -505,0 +504,0 @@ } |
@@ -8,3 +8,3 @@ { | ||
], | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"main": "gedi.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
80668
1658