(description, specDefinitions)
| 598 | * @param {Function} specDefinitions function that defines several specs. |
| 599 | */ |
| 600 | var xdescribe = function(description, specDefinitions) { |
| 601 | return jasmine.getEnv().xdescribe(description, specDefinitions); |
| 602 | }; |
| 603 | if (isCommonJS){exports.xdescribe = xdescribe;} |
| 604 | |
| 605 | // Provide the XMLHttpRequest class for IE 5.x-6.x: |
no outgoing calls
no test coverage detected
searching dependent graphs…