mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-22 07:04:53 +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:
@@ -1,7 +1,7 @@
|
||||
<script>
|
||||
'use strict';
|
||||
window.Chat = window.Chat || {};
|
||||
Chat.FileSelectionBehavior = {
|
||||
window.Snapdrop = window.Snapdrop || {};
|
||||
Snapdrop.FileSelectionBehavior = {
|
||||
notifyFilesSelection: function(files) {
|
||||
if (!files) {
|
||||
console.log('no files selected...');
|
||||
|
||||
Reference in New Issue
Block a user