~ubuntu-desktop/unity-firefox-extension/ubuntu

« back to all changes in this revision

Viewing changes to html-tests/dnd/2.html

  • Committer: Michael Terry
  • Date: 2012-09-25 15:59:32 UTC
  • mfrom: (83.44.13 trunk)
  • Revision ID: michael.terry@canonical.com-20120925155932-45a0rzsaw7u5apb0
Tags: 2.3.2-0ubuntu1
* New upstream release
  - Fixes buggy test
  - Fixes xid ctype
* Rename source package to match upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
      var Unity = external.getUnityObject(1);
31
31
      Unity.init({name: 'UnityTest',
32
32
                  mimeTypes: 'text/html;image/jpeg;',
 
33
                  iconUrl: 'icon://user-trash',
33
34
                  onInit: function () {
34
35
        Unity.acceptData(['text/html', 'image/jpeg'], function(file) {
35
36
          var node = dropbox;