6 lines
218 B
HTML
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>
|