diff --git a/morphic.js b/morphic.js index 08e41a7..d59f9a8 100644 --- a/morphic.js +++ b/morphic.js @@ -3917,6 +3917,11 @@ Morph.prototype.developersMenu = function () { 'inspect', 'open a window\non all properties' ); + menu.addItem( + "log in console...", + function() { console.log("Snap!",this); }, + 'log this morph to console' + ); menu.addItem( "pic...", function () {