~abreu-alexandre/unity-webapps-qml/bug-1228208

« back to all changes in this revision

Viewing changes to src/Ubuntu/UnityWebApps/UnityWebApps.qml

  • Committer: Alexandre Abreu
  • Date: 2013-09-16 18:55:49 UTC
  • mto: This revision was merged to the branch mainline in revision 61.
  • Revision ID: alexandre.abreu@canonical.com-20130916185549-bqlyb3uf28gmbr6w
Small fix in raise

Show diffs side-by-side

added added

removed removed

Lines of Context:
399
399
                    UnityBackends.clearAll();
400
400
                    UnityBackends.createAllWithAsync(webapps,
401
401
                                                     {name: webappName, displayName: params.name},
402
 
                                                     bindee);
 
402
                                                     internal.instance ? internal.instance.proxies() : null);
403
403
 
404
404
                    UnityBackends.signalOnBackendReady("base", function () {
405
405