Skip to content

Commit 0d50e0c

Browse files
peutetree2l3n
authored andcommitted
iojs support (v2.1.0)
1 parent e401609 commit 0d50e0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/pbxProject.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,7 @@ pbxProject.prototype.hasFile = function (filePath) {
724724

725725
// helper recursive prop search+replace
726726
function propReplace(obj, prop, value) {
727+
var o = {};
727728
for (var p in obj) {
728729
// this is needed because the object could have been created with Object.create(null)
729730
if (Object.prototype.hasOwnProperty.call(obj, p)) {

0 commit comments

Comments
 (0)