Browse Source

Remove spurious state attribute

As far as I can see, this attribute is no longer used?
pull/937/head
Chris Sewell 12 months ago
committed by GitHub
parent
commit
d29c887809
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      lib/rules_block/state_block.js

3
lib/rules_block/state_block.js

@ -54,9 +54,6 @@ function StateBlock(src, md, env, tokens) {
this.level = 0;
// renderer
this.result = '';
// Create caches
// Generate markers.
s = this.src;

Loading…
Cancel
Save