no global
This commit is contained in:
parent
3d3be10e2c
commit
d78b31bef9
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ Ox.DocPanel = function(options, self) {
|
|||
function loadList(callback) {
|
||||
|
||||
var counter = 0,
|
||||
length = self.options.files.length;
|
||||
length = self.options.files.length,
|
||||
docItems = [];
|
||||
|
||||
self.options.files.forEach(function(file) {
|
||||
|
|
Loading…
Reference in a new issue