2016-01-02 02:26:07 +01:00
|
|
|
<link rel="import" href="file-drop-behavior.html">
|
|
|
|
<link rel="import" href="file-button-behavior.html">
|
|
|
|
<script>
|
|
|
|
'use strict';
|
2016-06-23 19:03:49 +02:00
|
|
|
Snapdrop.FileInputBehavior = [Snapdrop.FileDropBehavior,Snapdrop.FileButtonBehavior];
|
2016-01-02 02:26:07 +01:00
|
|
|
</script>
|