Changeset 258 for trunk/yui/components.py
- Timestamp:
- 07/04/08 18:14:01 (5 months ago)
- Files:
-
- 1 modified
-
trunk/yui/components.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/yui/components.py
r234 r258 5 5 self.name = name 6 6 self.data = data 7 8 @property 9 def optional(self): 10 return self.data.get('optional', []) 7 11 8 12 @property
