mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-05-18 18:35: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,7 +1,7 @@
|
||||
<script>
|
||||
'use strict';
|
||||
window.Chat = window.Chat || {};
|
||||
Chat.InvitationLinkBehavior = {
|
||||
window.Snapdrop = window.Snapdrop || {};
|
||||
Snapdrop.InvitationLinkBehavior = {
|
||||
properties: {
|
||||
contact: {
|
||||
type: String
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
'use strict';
|
||||
Polymer({
|
||||
is: 'invitation-link',
|
||||
behaviors: [Chat.InvitationLinkBehavior]
|
||||
behaviors: [Snapdrop.InvitationLinkBehavior]
|
||||
});
|
||||
</script>
|
||||
</dom-module>
|
||||
|
||||
Reference in New Issue
Block a user