Make function open to overrie it IDE specific part
Namely, this function is overrided in 211 & 212 platforms, see ScriptDefinitionsManager
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ abstract class LazyScriptDefinitionProvider : ScriptDefinitionProvider {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected fun dispose() {
|
protected open fun dispose() {
|
||||||
disposed = true
|
disposed = true
|
||||||
clearCache()
|
clearCache()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user