Skip to content

Commit

Permalink
remove unused dojo Color import
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Feb 20, 2013
1 parent e2cdb7b commit 15c80be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/JBrowse/View/Track/_AlignmentsMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
define([
'dojo/_base/declare',
'dojo/_base/array',
'dojo/_base/Color',
'JBrowse/Util',
'JBrowse/Store/SeqFeature/_MismatchesMixin'
],
function(
declare,
array,
Color,
Util,
MismatchesMixin
) {
Expand Down

0 comments on commit 15c80be

Please sign in to comment.