diff --git a/demos/playground/playground.js b/demos/playground/playground.js index 89a504d142..aa55de4bc1 100644 --- a/demos/playground/playground.js +++ b/demos/playground/playground.js @@ -37,7 +37,7 @@ app = function () { // Set initial content for the "editor" // this.$editor.html("Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.... New text..."); - this.$editor.html("Ipsum New book message is good Lorem"); + this.$editor.html("This is a bidirectional text page. Let's see if this damn thing works!"); // this.$editor.html("... w"); this.$editor.addClass('leafNode'); @@ -225,4 +225,4 @@ app.prototype.getOffset = function( localNode, localOffset ) { $(function() { new app(); -}); \ No newline at end of file +});