minor changes

This commit is contained in:
coderaiser 2012-09-17 10:30:32 -04:00
parent 88754dd2b6
commit fd10126d63
2 changed files with 2 additions and 1 deletions

View file

@ -655,7 +655,7 @@ CloudClient.Util = (function(){
if (pCurrentFile.className === 'path')
pCurrentFile = pCurrentFile.nextSibling;
if (pCurrentFile.className == 'fm_header')
if (pCurrentFile.className === 'fm_header')
pCurrentFile = pCurrentFile.nextSibling;
if(lCurrentFileWas)

View file

@ -1,3 +1,4 @@
"use strict";
var Server = cloudRequire('./server'),
path = cloudRequire('path'),
fs = cloudRequire('fs');