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
|
||||
);
|
||||
}
|
||||
var foo = {};
|
||||
constructors.forEach(function(constructor) {
|
||||
var instance = Ox.last(constructor.returns);
|
||||
instances[constructor.name] = instance;
|
||||
|
|
Loading…
Reference in a new issue