Add text-input files

This commit is contained in:
Paul Szymanski
2016-01-02 02:26:07 +01:00
committed by Robin Linus
parent c8111e37bb
commit 3fb735e901
8 changed files with 201 additions and 27 deletions

View File

@@ -0,0 +1,6 @@
<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>