1
0
Fork 0
forked from 0x2620/oxjs

no global

This commit is contained in:
j 2011-12-16 20:05:02 +01:00
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) {