1
0
mirror of https://github.com/RobinLinus/snapdrop.git synced 2025-05-15 23:20:11 -07:00
snapdrop/app/elements/file-sharing/file-input-behavior.html
2016-01-02 02:51:58 +01:00

6 lines
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>