Skip to content

Commit

Permalink
[cleanup] on rss.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhbrook committed Nov 5, 2011
1 parent 5a5b704 commit edf531f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/rss.js
Expand Up @@ -44,7 +44,7 @@ rss.generate = function (output, data) {

// Loading, in this case, consists of initializing the rss object.
// Most of the information comes from the top-level config.
rss.load = function (data, dom) {
rss.load = function () {
return new Rss({
title: docs.config.get("title") || "",
description: docs.config.get("description") || "",
Expand Down

0 comments on commit edf531f

Please sign in to comment.