kellyirc/Warriors

View on GitHub
src/js/states/splash.js

Summary

Maintainability
A
0 mins
Test Coverage
var Splash = function () {
};

module.exports = Splash;

Splash.prototype = {
  create: function () {
  }
};