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:
Lee Byrd & Christian Williams
2010-06-23 11:31:38 -07:00
parent ed47ececa9
commit 8f5f6a6d27
5 changed files with 13 additions and 2324 deletions

View File

@@ -50,7 +50,7 @@ jasmine.bindOriginal_ = function(base, name) {
};
} else {
// IE support
return window[name];
return jasmine.getGlobal()[name];
}
};