Code coverage report for lib/Global.js

Statements: 100% (2 / 2)      Branches: 100% (0 / 0)      Functions: 0% (0 / 1)      Lines: 100% (2 / 2)      Ignored: none     

All files » lib/ » Global.js
1 2 3 4 5 6 7 81             1
module.exports = Global = function(options){
 
};
 
 /**
 * Public global attributes.
 */
Global.selectedFeature = undefined;