Skip to content

Commit

Permalink
deleted a misplaced ";"
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Sep 17, 2011
1 parent e59ce05 commit 3b1a2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nodepie.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ NodePie.Item.prototype.getContents = function(){


return this._parseContents( return this._parseContents(
this.element.content || (cns && this.element[cns+":encoded"]) || this.element.content || (cns && this.element[cns+":encoded"]) ||
this.element.description || this.element.summary || ""; this.element.description || this.element.summary || ""
); );
}; };


Expand Down

0 comments on commit 3b1a2e3

Please sign in to comment.