Skip to content

Commit

Permalink
Remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
flekschas committed Sep 4, 2019
1 parent 9fd6392 commit d64ad7d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions js/lib/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
// Entry point for the notebook bundle containing custom model definitions.
//
// Setup notebook base URL
//
// Some static assets may be required by the custom widget javascript. The base
// url for the notebook is not known at build time and is therefore computed
// dynamically.
__webpack_public_path__ = document.querySelector('body').getAttribute('data-base-url') + 'nbextensions/higlass-jupyter/';

// Export widget models and views, and the npm package version number.
module.exports = require('./higlass-jupyter.js');
module.exports['version'] = require('../package.json').version;

0 comments on commit d64ad7d

Please sign in to comment.