feature(dom) getByClass -> getByClassAll

This commit is contained in:
coderaiser 2014-01-21 02:59:27 -05:00
parent 4f7012d53c
commit b3c8cc8b33
4 changed files with 39 additions and 32 deletions

View file

@ -457,7 +457,7 @@ var Util, DOM, CloudFunc;
function getJSONfromFileTable() {
var current, name, size, uid, mode, ret,
left = DOM.getById('js-left'),
path = DOM.getByClass('path')[0].textContent,
path = DOM.getByClass('path').textContent,
fileTable = {
path : path,