Simpler alias
This commit is contained in:
@@ -9,13 +9,7 @@ var green = 'data:image/gif;base64,R0lGODlhAQABAPAAAAD/AP///yH5BAAAAAAALAAAA' +
|
|||||||
var blue = 'data:image/gif;base64,R0lGODlhAQABAPAAAAAA/////yH5BAAAAAAALAAAAA' +
|
var blue = 'data:image/gif;base64,R0lGODlhAQABAPAAAAAA/////yH5BAAAAAAALAAAAA' +
|
||||||
'ABAAEAAAICRAEAOw==';
|
'ABAAEAAAICRAEAOw==';
|
||||||
|
|
||||||
function itNoPhantom() {
|
var itNoPhantom = window.checkForMocha ? xit : it;
|
||||||
if (window.checkForMocha) {
|
|
||||||
return xit.apply(this, arguments);
|
|
||||||
} else {
|
|
||||||
return it.apply(this, arguments);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
var hasImageDataConstructor = true;
|
var hasImageDataConstructor = true;
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user