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) { function loadList(callback) {
var counter = 0, var counter = 0,
length = self.options.files.length; length = self.options.files.length,
docItems = []; docItems = [];
self.options.files.forEach(function(file) { self.options.files.forEach(function(file) {