mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-25 17:26:18 -04:00
Rename global variable 'Chat' to 'Snapdrop'
Initially a lot of code was copied from another project. This lead to confusing naming conventions.
This commit is contained in:
parent
7ed10a7ba4
commit
78dd776426
15 changed files with 24 additions and 24 deletions
|
@ -2,5 +2,5 @@
|
|||
<link rel="import" href="file-button-behavior.html">
|
||||
<script>
|
||||
'use strict';
|
||||
Chat.FileInputBehavior = [Chat.FileDropBehavior,Chat.FileButtonBehavior];
|
||||
Snapdrop.FileInputBehavior = [Snapdrop.FileDropBehavior,Snapdrop.FileButtonBehavior];
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue