mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore(jasmine-adapter): upgrade
This commit is contained in:
parent
56bcc04c54
commit
1354718365
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@
|
|||
window.describe(name, function(){
|
||||
var oldIt = window.it;
|
||||
window.it = function(name, fn){
|
||||
fn.exclusive = 1; // run anything under ddescribe
|
||||
if (fn) fn.exclusive = 1; // run anything under ddescribe
|
||||
oldIt(name, fn);
|
||||
};
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue