diff --git a/js/src/controllers/keysController.js b/js/src/controllers/keysController.js deleted file mode 100644 index 80f341b..0000000 --- a/js/src/controllers/keysController.js +++ /dev/null @@ -1,14 +0,0 @@ -'use strict'; - -var $ = require('jquery'), - Fiber = require('fiber'); - - -module.exports = Fiber.extend(function (base) { - - return { - init: function (options) { - - }, - }; -}); \ No newline at end of file