(type)
| 4267 | } |
| 4268 | |
| 4269 | var can = function(type) { |
| 4270 | if (!types) |
| 4271 | return true; |
| 4272 | if (types.indexOf('no' + type) !== -1) |
| 4273 | return false; |
| 4274 | return isNo ? true : types.indexOf(type) !== -1; |
| 4275 | }; |
| 4276 | |
| 4277 | if (can('modules')) { |
| 4278 | operations.push(function(resume) { |