Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sailthru/sailthru-node-client
Browse files Browse the repository at this point in the history
  • Loading branch information
infynyxx committed Dec 9, 2011
2 parents 7a71372 + 59a0cec commit 3724744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sailthru.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/sailthru.coffee
Expand Up @@ -199,7 +199,7 @@ exports.SailthruClient = class SailthruClient
revision: revisionId
@saveTemplate template, callback, options

deleteTemplate: (template) ->
deleteTemplate: (template, callback) ->
@apiDelete 'template', {template: template}, callback


Expand Down

0 comments on commit 3724744

Please sign in to comment.