mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 15:26:17 -04:00
6 lines
No EOL
218 B
HTML
6 lines
No EOL
218 B
HTML
<link rel="import" href="file-drop-behavior.html">
|
|
<link rel="import" href="file-button-behavior.html">
|
|
<script>
|
|
'use strict';
|
|
Chat.FileInputBehavior = [Chat.FileDropBehavior,Chat.FileButtonBehavior];
|
|
</script> |