MCPcopy Create free account
hub / github.com/codecombat/codecombat / getRenderData

Method getRenderData

app/views/editor/chat/ChatSearchView.js:31–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 }
30
31 getRenderData () {
32 const context = super.getRenderData()
33 context.currentEditor = 'editor.chat_title'
34 context.currentNew = 'editor.new_chat_title'
35 context.currentNewSignup = 'editor.new_chat_title_login'
36 context.currentSearch = 'editor.chat_search_title'
37 this.$el.i18n()
38 this.applyRTLIfNeeded()
39 return context
40 }
41
42 deleteChatMessage (e) {
43 const chatId = $(e.target).parents('tr').data('chat')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected