Chromium Code Reviews| Index: ports/gforth/gforth.js |
| diff --git a/ports/gforth/gforth.js b/ports/gforth/gforth.js |
| index 7977d62ba2ed6f8fc072a76aa03260ba67137778..488283a35d24748adbdac67fb80348fb864af8c3 100644 |
| --- a/ports/gforth/gforth.js |
| +++ b/ports/gforth/gforth.js |
| @@ -4,9 +4,11 @@ |
| * found in the LICENSE file. |
| */ |
| +/* globals NaClTerm, lib */ |
| + |
| 'use strict'; |
| -NaClTerm.nmf = 'gforth.nmf' |
| +NaClTerm.nmf = 'gforth.nmf'; |
| function onFailure() { |
| console.log('Failed to allocate space!\n'); |