From 21ca627c43ea06193e47115c3089ed148483df29 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 21 Mar 2015 16:33:22 -0400 Subject: [PATCH] fix variable typo --- lib/api/event.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api/event.js b/lib/api/event.js index 8801cf9..1e64bdb 100644 --- a/lib/api/event.js +++ b/lib/api/event.js @@ -51,7 +51,7 @@ function create(title, text, properties, callback){ properties = {}; } - properties.title = tile; + properties.title = title; properties.text = text; var params = {