You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code components cannot be appropriately encapsulated while variables live in the global scope. This primarily means properties added to window, but also $rootScope to some extension. Some usage may still be valid, especially of the latter.
window
settings
c
moment
CSV
currentMode
currentModeParallel
lang
loc_data
korpApp
authenticationProxy
Rickshaw
model
statisticsService
util
CorpusListing
ParallelCorpusListing
search()
locationSearch()
safeApply()
regescape()
unregescape()
__
_graph
xaxis
CQP
onHashChange()
$rootScope
_settings
simpleCQP
extendedCQP
globalFilter
globalFilterDef
locationSearch()
searchtabs()
_loc
kwicTabs
compareTabs
graphTabs
mapTabs
textTabs
waitForLogin
openErrorModal()
lang
loc_data
isPopoverOpen
show_modal
jsonUrl
searches
($on, $watch, $broadcast)
The text was updated successfully, but these errors were encountered:
Code components cannot be appropriately encapsulated while variables live in the global scope. This primarily means properties added to
window
, but also$rootScope
to some extension. Some usage may still be valid, especially of the latter.window
$rootScope
The text was updated successfully, but these errors were encountered: