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 19:10:37 UTC

[GitHub] cordova-plugin-camera pull request: ubuntu: use application direct...

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

    https://github.com/apache/cordova-plugin-camera/pull/25#discussion_r16189632
  
    --- Diff: src/ubuntu/camera.cpp ---
    @@ -38,7 +38,7 @@ function createObject() {                                               \
             component.statusChanged.connect(finishCreation);                \
     }                                                                       \
     function finishCreation() {                                             \
    -    CordovaWrapper.object = component.createObject(root,                \
    +    CordovaWrapper.global.cameraPluginWidget = component.createObject(root, \
    --- End diff --
    
    normally the `\`s should line up.
    You could either wrap the line at `=`, or reindent the other `\`s.


---
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.
---