Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
astralarya committed Aug 20, 2016
1 parent d6366cc commit 7ccac62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/example/dist/react-console.example.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ var Example =
}
EchoConsole.prototype.render = function () {
var _this = this;
return React.createElement(react_console_component_1.default, {ref: function (ref) { return _this.child.console = ref; }, handler: this.echo, promptLabel: this.promptLabel, welcomeMessage: "Welcome to the react-console demo!", autofocus: true});
return React.createElement(react_console_component_1.default, {ref: function (ref) { return _this.child.console = ref; }, handler: this.echo, promptLabel: this.promptLabel, welcomeMessage: "Welcome to the react-console demo!\nThis is an example of a simple echo console.", autofocus: true});
};
return EchoConsole;
}(React.Component));
Expand Down
2 changes: 1 addition & 1 deletion docs/example/dist/react-console.example.js.map

Large diffs are not rendered by default.

0 comments on commit 7ccac62

Please sign in to comment.