Skip to content

Commit

Permalink
Merge branch 't/13457'
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Jul 9, 2015
2 parents fafab77 + 8314e01 commit 83d7ee4
Showing 1 changed file with 1 addition and 6 deletions.
Expand Up @@ -48,22 +48,17 @@ var manualPlayground = {
notification.update( scenario.shift() );
}
}, 300 );

editor.focus();
},

showWarning: function() {
editor.showNotification( 'Vitae risus eget ante <a href="http://test/">mau</a> convallis.', 'warning' );
editor.focus();
},

showSuccess: function() {
editor.showNotification( 'Success!', 'success' );
editor.focus();
},

showInfo: function() {
editor.showNotification( 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae risus eget ante mae convallis.', 'info' );
editor.focus();
}
};
};

0 comments on commit 83d7ee4

Please sign in to comment.