From c6549867bdd75784860c04efcd6ebb6dcfbf6acc Mon Sep 17 00:00:00 2001 From: daboe01 Date: Thu, 28 May 2026 21:13:42 +0200 Subject: [PATCH] fixed: missing global variable --- AppKit/CPTextView/CPParagraphStyle.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPTextView/CPParagraphStyle.j b/AppKit/CPTextView/CPParagraphStyle.j index c6d2c1b71..3ad86f0ce 100644 --- a/AppKit/CPTextView/CPParagraphStyle.j +++ b/AppKit/CPTextView/CPParagraphStyle.j @@ -24,7 +24,7 @@ @import @import -var CPParagraphStyleAttributeName = @"CPParagraphStyleAttributeName"; +CPParagraphStyleAttributeName = @"CPParagraphStyleAttributeName"; // Standard Tab Interval (28pts is roughly 4 spaces in standard fonts) var kDefaultTabInterval = 28.0;