mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-24 00:36:17 -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
|
@ -91,7 +91,7 @@
|
|||
|
||||
Polymer({
|
||||
is: 'text-input-dialog',
|
||||
behaviors: [Chat.ClipboardBehavior, Chat.SoundNotificationBehavior],
|
||||
behaviors: [Snapdrop.ClipboardBehavior, Snapdrop.SoundNotificationBehavior],
|
||||
properties: {
|
||||
textToSend: {
|
||||
type: String
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue