[GitHub] cordova-js pull request: CB-7332: Fixed Windows path issue when tr...

2014-08-26 Thread surajpindoria
Github user surajpindoria closed the pull request at: https://github.com/apache/cordova-js/pull/77 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featu

[GitHub] cordova-js pull request: CB-7332: Fixed Windows path issue when tr...

2014-08-19 Thread surajpindoria
Github user surajpindoria commented on a diff in the pull request: https://github.com/apache/cordova-js/pull/77#discussion_r16433602 --- Diff: tasks/lib/require-tr.js --- @@ -86,7 +88,15 @@ function _updateRequires(code) { if(node instanceof UglifyJS.AST_Call) {

[GitHub] cordova-js pull request: CB-7332: Fixed Windows path issue when tr...

2014-08-18 Thread purplecabbage
Github user purplecabbage commented on a diff in the pull request: https://github.com/apache/cordova-js/pull/77#discussion_r16390788 --- Diff: tasks/lib/require-tr.js --- @@ -86,7 +88,15 @@ function _updateRequires(code) { if(node instanceof UglifyJS.AST_Call) {

[GitHub] cordova-js pull request: CB-7332: Fixed Windows path issue when tr...

2014-08-18 Thread surajpindoria
GitHub user surajpindoria opened a pull request: https://github.com/apache/cordova-js/pull/77 CB-7332: Fixed Windows path issue when trying to set "navigator.app" in cordova.js You can merge this pull request into a Git repository by running: $ git pull https://github.com/sur