UNPKG

closeheat-editor

Version:
17 lines (11 loc) 260 B
var React, TabRouter; React = require('react/addons'); module.exports = TabRouter = (function() { function TabRouter(full_path) { this.full_path = full_path; } TabRouter.prototype.tabs = function() { debugger; }; return TabRouter; })();