Skip to content

Commit

Permalink
make attributedString public also
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Sep 3, 2016
1 parent 81adf0f commit 0d60d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chromatism/JLScope.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class JLScope: Equatable {
return self
}

var attributedString: NSMutableAttributedString!
public var attributedString: NSMutableAttributedString!
var multiline = false
public var theme: ColorTheme?
var delegate: JLNestedScopeDelegate?
Expand Down

0 comments on commit 0d60d3c

Please sign in to comment.