Cortex/views/network.js
2014-03-24 04:02:57 +04:00

7 lines
84 B
JavaScript

"use strict";
Cortex.network = function (params) {
return {
};
};