~janez-troha/webapps-applications/webapps-applications

« back to all changes in this revision

Viewing changes to src/Twitter.user.js.in

  • Committer: Maxim Ermilov
  • Date: 2012-06-25 15:29:14 UTC
  • Revision ID: maxim.ermilov@canonical.com-20120625152914-dexp9fi28d6a5ifz
add icon uris checker

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
    Unity.init({ name: "Twitter",
62
62
                 login: login,
63
 
                 iconUrl: "icon://Twitter",
 
63
                 iconUrl: "icon://twitter",
64
64
                 onInit: wrapCallback(messagingIndicatorSetup) });
65
65
}
66
66