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:
File diff suppressed because it is too large
Load Diff
@@ -50,7 +50,7 @@ jasmine.bindOriginal_ = function(base, name) {
|
||||
};
|
||||
} else {
|
||||
// IE support
|
||||
return window[name];
|
||||
return jasmine.getGlobal()[name];
|
||||
}
|
||||
};
|
||||
|
||||
@@ -2313,5 +2313,5 @@ jasmine.version_= {
|
||||
"major": 0,
|
||||
"minor": 11,
|
||||
"build": 0,
|
||||
"revision": 1277317401
|
||||
"revision": 1277317833
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user