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

Fix typo in example file

This commit is contained in:
Nick O'Leary 2014-07-29 08:55:29 +01:00
parent 31d72b2193
commit 00a9542edf

View File

@ -19,7 +19,7 @@
// Sample Node-RED node file
module.export = function(RED) {
module.exports = function(RED) {
"use strict";
// The main node definition - most things happen in here