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;