1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Add missing require.

This commit is contained in:
Mark Hindess 2014-07-21 13:29:54 +01:00
parent 4f8ddad935
commit 63ebee22dd

View File

@ -14,6 +14,8 @@
* limitations under the License. * limitations under the License.
**/ **/
var util = require("util");
var redApp = null; var redApp = null;
var storage = null; var storage = null;