mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Fixed: circular import with CPText
Previously CPText was in CPTextView.j, now it is in CPText.j. It fixes some other circular import as well, fixes some global var to import. Fixed some code style.
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
|
||||
@class CPLayoutManager;
|
||||
|
||||
|
||||
CPTextStorageEditedAttributes = 1;
|
||||
CPTextStorageEditedCharacters = 2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user