Skip to content

Commit 8e446a8

Browse files
committed
Clean up experiment code in ObjectMeta.scala.
1 parent ce53e89 commit 8e446a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scalactic.js/src/main/scala/org/scalactic/source/ObjectMeta.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ object ObjectMeta {
5555
replaceAllLiterally("$$und", "_").
5656
replaceAllLiterally("$mcI", "").
5757
replaceAllLiterally("$sp", "").
58-
replaceAllLiterally("$f", "").
59-
replace(".*__f_", "") // For scala-js 1.0
58+
replaceAllLiterally("$f", "")
6059

6160
val decodedKey10 = {
6261
val idx = decodedKey.indexOf("__f_")

0 commit comments

Comments
 (0)