Skip to content

Commit

Permalink
Return undefined from delete.
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Jan 27, 2013
1 parent def301c commit e8a5205
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion q.js
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,6 @@ function fulfill(object) {
},
"delete": function (name) {
delete object[name];
return object;
},
"post": function (name, args) {
// Mark Miller proposes that post with no name should apply a
Expand Down

0 comments on commit e8a5205

Please sign in to comment.