Skip to content

Commit

Permalink
Merge pull request #6081 from pec1985/TIMOB-17629-3_4_x
Browse files Browse the repository at this point in the history
[TIMOB-17629] Back port -  Fixed require on iOS
  • Loading branch information
jonalter committed Sep 15, 2014
2 parents f1ea002 + 631d869 commit f62a766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/Classes/KrollBridge.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
extern NSString * const TI_APPLICATION_BUILD_TYPE;

NSString * TitaniumModuleRequireFormat = @"(function(exports){"
"var __OXP=exports;var module={'exports':exports};var __dirname=\"%@\";var __filename=\"%@\";\n%@;\n"
"var __OXP=exports;var module={'exports':exports};var __dirname=\"%@\";var __filename=\"%@\";%@;\n"
"if(module.exports !== __OXP){return module.exports;}"
"return exports;})({})";

Expand Down

0 comments on commit f62a766

Please sign in to comment.