file-input-behavior.html 230 B

123456
  1. <link rel="import" href="file-drop-behavior.html">
  2. <link rel="import" href="file-button-behavior.html">
  3. <script>
  4. 'use strict';
  5. Snapdrop.FileInputBehavior = [Snapdrop.FileDropBehavior,Snapdrop.FileButtonBehavior];
  6. </script>