From 7a5f25f6671eb5f51b06615d74a05855ab79f31e Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Tue, 29 May 2012 16:25:21 -0700 Subject: doc(guide): add concepts --- docs/src/example.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/src/example.js') diff --git a/docs/src/example.js b/docs/src/example.js index c85e1d0e..7477b0a5 100644 --- a/docs/src/example.js +++ b/docs/src/example.js @@ -58,10 +58,10 @@ exports.Example.prototype.addSource = function(name, content) { }; exports.Example.prototype.toHtml = function() { - return '

Source

\n' + + return '

Source

\n' + this.toHtmlEdit() + this.toHtmlTabs() + - '

Demo

\n' + + '

Demo

\n' + this.toHtmlEmbed(); }; -- cgit v1.2.3