Вход Регистрация
Файл: error-kitty/node_modules/mocha/lib/browser/tty.js
Строк: 19
<?php
exports
.isatty = function(){
  return 
true;
};

exports.getWindowSize = function(){
  if (
'innerHeight' in global) {
    return [global.
innerHeight, global.innerWidth];
  } else {
    
// In a Web Worker, the DOM Window is not available.
    
return [640480];
  }
};
?>
Онлайн: 1
Реклама