Changeset 5607
- Timestamp:
- 05/15/08 14:31:33 (8 months ago)
- Files:
-
- 1 modified
-
trunk/ui/ui.core.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/ui.core.js
r5587 r5607 83 83 methods = (typeof methods == "string" ? methods.split(/,?\s+/) : methods); 84 84 return ($.inArray(method, methods) != -1); 85 } ;85 } 86 86 87 87 var widgetPrototype = {
