mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-23 07:30:54 +08: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:
@@ -48,7 +48,7 @@
|
||||
(function() {
|
||||
Polymer({
|
||||
is: 'file-receiver',
|
||||
behaviors: [Chat.SoundNotificationBehavior],
|
||||
behaviors: [Snapdrop.SoundNotificationBehavior],
|
||||
attached: function() {
|
||||
this.async(function() {
|
||||
app.conn.addEventListener('file-offer', function(e) {
|
||||
|
||||
Reference in New Issue
Block a user