diff --git a/lib/pbxFile.js b/lib/pbxFile.js index 0215bc3..a0b2a06 100644 --- a/lib/pbxFile.js +++ b/lib/pbxFile.js @@ -165,8 +165,7 @@ function defaultGroup(fileRef) { function pbxFile(filepath, opt) { var opt = opt || {}; - - self = this; + var self = this; this.basename = path.basename(filepath); this.lastKnownFileType = opt.lastKnownFileType || detectType(filepath);