Changeset 5531
- Timestamp:
- 02/18/12 17:24:04 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/prototype/api/datalayer.js
r5530 r5531 1076 1076 if( bothSides || !oneSide ) 1077 1077 //result = this.check( concept, id || filter ); 1078 result = false;1078 result = concept == 'schedulable' ? false : this.check( concept, id || filter ); 1079 1079 if( !result && (bothSides || oneSide) ) 1080 1080 {
Note: See TracChangeset
for help on using the changeset viewer.