Commit 7830667a authored by yann300's avatar yann300

typo

parent 1204776a
...@@ -39,7 +39,7 @@ class ContextualListener { ...@@ -39,7 +39,7 @@ class ContextualListener {
if (compilationResult && compilationResult.data && compilationResult.source) { if (compilationResult && compilationResult.data && compilationResult.source) {
var nodes = this.sourceMappingDecoder.nodesAtPosition(null, cursorPosition, compilationResult.data.sources[compilationResult.source.target]) var nodes = this.sourceMappingDecoder.nodesAtPosition(null, cursorPosition, compilationResult.data.sources[compilationResult.source.target])
if (nodes && nodes.length && nodes[nodes.length - 1]) { if (nodes && nodes.length && nodes[nodes.length - 1]) {
this._hightlightExpressions(nodes[nodes.length - 1], compilationResult) this._highlightExpressions(nodes[nodes.length - 1], compilationResult)
} }
} }
} }
...@@ -71,7 +71,7 @@ class ContextualListener { ...@@ -71,7 +71,7 @@ class ContextualListener {
} }
} }
_hightlightExpressions (node, compilationResult) { _highlightExpressions (node, compilationResult) {
var self = this var self = this
function highlights (id) { function highlights (id) {
if (self._index['Declarations'] && self._index['Declarations'][id]) { if (self._index['Declarations'] && self._index['Declarations'][id]) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment