Browse Source
Remove spurious state attribute
As far as I can see, this attribute is no longer used?
pull/937/head
Chris Sewell
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
3 deletions
-
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; |
|
|
|
|