1
0

resources.js 325 B

1234567891011121314151617
  1. var R = {
  2. id: {
  3. chanList: "chanList"
  4. ,chatList: "chatList"
  5. ,currentRoom: {
  6. title: "currentRoomTitle"
  7. }
  8. }
  9. ,klass: {
  10. selected: "selected"
  11. ,noRoomSelected: "no-room-selected"
  12. ,chatList: {
  13. entry: "slack-context-room"
  14. }
  15. }
  16. };