Commit 91bfaab1 authored by Iuri Matias's avatar Iuri Matias Committed by yann300

fix typo

parent d81d67d0
......@@ -4,7 +4,7 @@ var Ethdebugger = require('remix-debug').EthDebugger
var remixLib = require('remix-lib')
var EventManager = remixLib.EventManager
var executionContext = require('../../execution-context')
var globlalRegistry = require('../../global/registry')
var globalRegistry = require('../../global/registry')
/**
* Manage remix and source highlighting
......@@ -17,7 +17,7 @@ function Debugger (container, sourceHighlighter, localRegistry) {
sourceHighlighter: sourceHighlighter
}
// TODO: localRegistry doesn't seem to be actually used anywhere
this._components.registry = localRegistry || globlalRegistry
this._components.registry = localRegistry || globalRegistry
// dependencies
this._deps = {
offsetToLineColumnConverter: this._components.registry.get('offsettolinecolumnconverter').api,
......
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