Closed yocontra closed 10 years ago
var screenfull = require('screenfull');
screenfull will be an empty object, since it exports nothing. In a module.exports mode it should not attach globals but should export the module instead
:cactus: :cake:
var screenfull = require('screenfull');
screenfull will be an empty object, since it exports nothing. In a module.exports mode it should not attach globals but should export the module instead