You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by jsoref <gi...@git.apache.org> on 2014/08/13 16:26:23 UTC

[GitHub] cordova-plugin-media pull request: By default always first check D...

Github user jsoref commented on a diff in the pull request:

    https://github.com/apache/cordova-plugin-media/pull/16#discussion_r16177949
  
    --- Diff: src/ios/CDVSound.m ---
    @@ -36,25 +36,32 @@ - (NSURL*)urlForResource:(NSString*)resourcePath
     {
         NSURL* resourceURL = nil;
         NSString* filePath = nil;
    -
    +    NSString* docsPath = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES)[0];
    +    
         // first try to find HTTP:// or Documents:// resources
    -
    +    
    --- End diff --
    
    please don't add trailing whitespace


---
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 feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---