Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 18, 2012
1 parent bed86e8 commit dcde5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nodes/text.js
Expand Up @@ -30,7 +30,7 @@ var Text = module.exports = function Text(line) {
Text.prototype.__proto__ = Node.prototype;

/**
* Marker to identify text nodes.
* Flag as text.
*/

Text.prototype.isText = true;

0 comments on commit dcde5e5

Please sign in to comment.