Browse Source

fix variable typo

pull/14/head
Brett Langdon 11 years ago
parent
commit
21ca627c43
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/api/event.js

+ 1
- 1
lib/api/event.js View File

@ -51,7 +51,7 @@ function create(title, text, properties, callback){
properties = {};
}
properties.title = tile;
properties.title = title;
properties.text = text;
var params = {


Loading…
Cancel
Save