Skip to content

Commit

Permalink
Add missing import of canvas to list.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kraker committed Jan 20, 2017
1 parent bf047fb commit 5d2b57c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vis/js/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import StateMachine from 'javascript-state-machine';
import { headstart } from 'headstart';
import { mediator } from 'mediator';
import { papers } from 'papers';
import { canvas } from 'canvas';
import { debounce, highlight, clear_highlights, sortBy } from 'helpers';

const listTemplate = require('templates/list/list_explorer.handlebars');
Expand Down

0 comments on commit 5d2b57c

Please sign in to comment.