The single-file lib/jasmine.js no longer has a version number in the filename. We'll make it available for download with the version number seperately.
Add lint check for 'window'. Remove last 'window' reference.
This commit is contained in:
@@ -50,7 +50,7 @@ jasmine.bindOriginal_ = function(base, name) {
|
||||
};
|
||||
} else {
|
||||
// IE support
|
||||
return window[name];
|
||||
return jasmine.getGlobal()[name];
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user