2
0

Make UI fancier & better documented.

This commit is contained in:
Maarten Billemont
2012-01-25 00:30:43 +01:00
parent 289e9d69b4
commit e5ab2605f9
610 changed files with 2663 additions and 4083 deletions

View File

@@ -15,7 +15,7 @@
- (id)content {
assert(self.type & OPElementTypeStored);
assert(self.type & OPElementTypeClassStored);
return self.contentObject;
}