no global

This commit is contained in:
j 2011-12-16 20:05:02 +01:00
parent 3d3be10e2c
commit d78b31bef9

View file

@ -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) {