rename references

This commit is contained in:
hydrabolt
2015-08-26 10:44:25 +01:00
parent 68b1df1b35
commit 610e6847d1
4 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ var _createClass = (function () { function defineProperties(target, props) { for
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
var Endpoints = require("./endpoints.js");
var Endpoints = require("./Endpoints.js");
var User = require("./user.js");
var Server = require("./server.js");
var Channel = require("./channel.js");