78dd776426
Initially a lot of code was copied from another project. This lead to confusing naming conventions.
6 lines
No EOL
230 B
HTML
6 lines
No EOL
230 B
HTML
<link rel="import" href="file-drop-behavior.html">
|
|
<link rel="import" href="file-button-behavior.html">
|
|
<script>
|
|
'use strict';
|
|
Snapdrop.FileInputBehavior = [Snapdrop.FileDropBehavior,Snapdrop.FileButtonBehavior];
|
|
</script> |