From 4d4a84c5bf6a1608f4e2d7b11c3032c4b80f16cf Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 31 Oct 2013 12:36:38 +0000 Subject: [PATCH] Remove unused class attribute from edit-bitmap widget --- core/modules/new_widgets/edit-bitmap.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/new_widgets/edit-bitmap.js b/core/modules/new_widgets/edit-bitmap.js index cbabb6001..c0ea3194f 100644 --- a/core/modules/new_widgets/edit-bitmap.js +++ b/core/modules/new_widgets/edit-bitmap.js @@ -85,7 +85,6 @@ Compute the internal state of the widget EditBitmapWidget.prototype.execute = function() { // Get our parameters this.editTitle = this.getAttribute("tiddler",this.getVariable("currentTiddler")); - this.editClass = this.getAttribute("class"); }; /*