mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-05-20 03:15:01 +00: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:
@@ -81,7 +81,7 @@
|
||||
'use strict';
|
||||
Polymer({
|
||||
is: 'buddy-avatar',
|
||||
behaviors: [Chat.FileInputBehavior, Chat.TextInputBehavior],
|
||||
behaviors: [Snapdrop.FileInputBehavior, Snapdrop.TextInputBehavior],
|
||||
properties: {
|
||||
contact: Object,
|
||||
_displayName: {
|
||||
|
||||
Reference in New Issue
Block a user