Files
deployd/test-app/resources/todos/get.js

15 lines
278 B
JavaScript

if (query.title === "$FAIL2") {
var x = null;
x.fail();
}
if (query.title === "$TESTFAIL2") {
dpd.todos.get({title: "$FAIL2"}, function(todo, err) {
this.todo = todo;
this.err = err;
});
}
if (query.arbitrary) {
this.custom = 'arbitrary';
}