From d78b31bef9bd078ed0dbb2a5e0679db7a8dd9b6e Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 16 Dec 2011 20:05:02 +0100 Subject: [PATCH] no global --- source/Ox.UI/js/Core/Ox.DocPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Core/Ox.DocPanel.js b/source/Ox.UI/js/Core/Ox.DocPanel.js index 1101a07d..1bf65fac 100644 --- a/source/Ox.UI/js/Core/Ox.DocPanel.js +++ b/source/Ox.UI/js/Core/Ox.DocPanel.js @@ -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) {