aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googlecalendar/webview.js
blob: ef03ce2274d3771ccb0f51191914ebc8237bb77a (plain) (blame)
1
2
3
4
5
6
7
8
const _path = _interopRequireDefault(require('path'));

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

module.exports = Ferdium => {
  Ferdium.injectCSS(_path.default.join(__dirname, 'calendar.css'));
  Ferdium.injectJSUnsafe(_path.default.join(__dirname, 'webview-unsafe.js'));
};