From: Mike Taylor Date: Mon, 28 Apr 2014 16:26:38 +0000 (+0100) Subject: Remove UpperCase widget. X-Git-Tag: 1.0.0~823 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=1921406f408f47815b3d024cb8cc00e30377fd3b;p=mkws-moved-to-github.git Remove UpperCase widget. --- diff --git a/src/mkws-widgets.js b/src/mkws-widgets.js index d360730..176e45c 100644 --- a/src/mkws-widgets.js +++ b/src/mkws-widgets.js @@ -339,15 +339,5 @@ mkws.registerWidgetType('Switch', function() { $(this.node).html('\ Records \ | \ -Targets \ -
foo
\ -'); +Targets'); }); - - -mkws.registerWidgetType('UpperCase', function() { - var text = $(this.node).html(); - $(this.node).html(text.toUpperCase()); -}); - -