GeoKnow/Jassa-Core

View on GitHub
lib/util/shared.js

Summary

Maintainability
A
0 mins
Test Coverage
var shared = {
    Promise: null,
    ajax: function() {
        throw new Error('not set!');
    }
};

module.exports = shared;