Commit 42d03e78 by Alex MacCaw

missing semicolon

parent 859a60d4
......@@ -21,7 +21,7 @@ exports.Person = resource.create('Person', {
method: 'post',
path: _.template('/people/<%= id %>/flag', this),
query: params || {}
}, options))
}, options));
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment