Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
(cherry picked from commit 9ee609e)
  • Loading branch information
lelit authored and stevepiercy committed Aug 23, 2020
1 parent 5cb4500 commit 7b01734
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deform/static/scripts/deform.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ var deform = {
// for attribute to the new id.

var fieldmatch = /deformField(\d+)/;
var namematch = /(.+)?-[#]{3}/;
var code = protonode.attr('prototype');
var html = decodeURIComponent(code);
var $htmlnode = $(html);
Expand Down

0 comments on commit 7b01734

Please sign in to comment.