Browse Source

removing controller

master
Stephanie Chung 12 years ago
parent
commit
8998bde8e9
  1. 14
      js/src/controllers/keysController.js

14
js/src/controllers/keysController.js

@ -1,14 +0,0 @@ @@ -1,14 +0,0 @@
'use strict';
var $ = require('jquery'),
Fiber = require('fiber');
module.exports = Fiber.extend(function (base) {
return {
init: function (options) {
},
};
});
Loading…
Cancel
Save