remove stray var
This commit is contained in:
parent
75665b7d3f
commit
8c45632dc3
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ Ox.doc = (function() {
|
||||||
property.name
|
property.name
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
var foo = {};
|
|
||||||
constructors.forEach(function(constructor) {
|
constructors.forEach(function(constructor) {
|
||||||
var instance = Ox.last(constructor.returns);
|
var instance = Ox.last(constructor.returns);
|
||||||
instances[constructor.name] = instance;
|
instances[constructor.name] = instance;
|
||||||
|
|
Loading…
Reference in a new issue