typo fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-04-15 02:10:36 +03:00
parent 69f60c1a7e
commit 54176df71d

View File

@ -18,7 +18,7 @@ define(function(require){ var module = {}
// XXX HACK...
// ...for some reason this gets loaded in browser...
if(typeof(process) == 'undefined'){
return modul
return module
}