~ubuntu-html5-theme-devs/ubuntu-html5-theme/rtm-14.09

« back to all changes in this revision

Viewing changes to src/plugin/Ubuntu/WebApps/CordovaLoader.qml

  • Committer: Alexandre Abreu
  • Date: 2014-12-08 18:08:39 UTC
  • Revision ID: alexandre.abreu@canonical.com-20141208180839-j68s0e20k0w2h1n5
revert mistakenly commited bits

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
    property string htmlIndexDirectory
25
25
 
26
 
    // Remote Inspector Properties
27
 
    property string remoteInspectorEnabled
28
 
    property string remoteInspectorPort
29
 
    property string remoteInspectorHost
30
 
 
31
26
    // Cordova plugin instance
32
27
    property var cordovaInstance: null
33
28