mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-05-19 10:55: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:
@@ -1,8 +1,8 @@
|
||||
<link rel="import" href="sound-notification.html">
|
||||
<script>
|
||||
'use strict';
|
||||
Chat = window.Chat || {};
|
||||
Chat.SoundNotificationBehavior = {
|
||||
Snapdrop = window.Snapdrop || {};
|
||||
Snapdrop.SoundNotificationBehavior = {
|
||||
sounds: function() {
|
||||
var sounds = document.querySelector('sound-notification');
|
||||
if (!sounds) {
|
||||
|
||||
Reference in New Issue
Block a user