Fix a comment referring to previous (never committed) implementation

This commit is contained in:
Juhani Krekelä 2018-05-29 22:23:30 +03:00
parent 5efd241ef9
commit 91849e2d6a
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ function cachedCompile(program, enableExtensions = true) {
let {compiled, extensions} = programCache.get(program);
// If extensions enabled state is the same as ours, we can
// just update the useOrder and return this
// just return this
// If not, we need to compile a new program
if(extensions == enableExtensions) {
return compiled;