Merge pull request #3181 from paymand/localizable_strings_fix

Quick fix for Localizable.strings
This commit is contained in:
bootstraponline
2014-07-21 08:55:08 -04:00

View File

@@ -1081,8 +1081,8 @@ IOS.prototype.parseLocalizableStrings = function (cb, language) {
} else {
logger.debug("Parsed app Localizable.strings");
this.localizableStrings = obj;
cb();
}
cb();
}.bind(this));
}
};