mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-06-21 05:30:37 -04:00
first full roundtrip
This commit is contained in:
parent
dd4809f519
commit
dc1af5ae7b
19 changed files with 222 additions and 450 deletions
|
@ -1,18 +0,0 @@
|
|||
<link rel="import" href="file-drop-behavior.html">
|
||||
<dom-module id="share-area">
|
||||
<template>
|
||||
<style>
|
||||
:host {
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
<content></content>
|
||||
</template>
|
||||
<script>
|
||||
'use strict';
|
||||
Polymer({
|
||||
is: 'share-area',
|
||||
behaviors: [Chat.FileDropBehavior]
|
||||
});
|
||||
</script>
|
||||
</dom-module>
|
Loading…
Add table
Add a link
Reference in a new issue