Skip to content

Commit

Permalink
Update mekko.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mindspank committed Feb 24, 2016
1 parent 74c961a commit d1a65c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mekko.js
@@ -1,4 +1,4 @@
define(['jquery', 'qlik','./mekko-properties', './d3.min', './colorbrewer', 'css!./style.css'], function($, qlik, properties) {
define(['jquery', 'qlik','./mekko-properties', './d3.min', './colorbrewer', 'css!./style.css'], function($, qlik, properties, d3) {
return {
type: "visualization",
definition: properties,
Expand Down Expand Up @@ -104,4 +104,4 @@ define(['jquery', 'qlik','./mekko-properties', './d3.min', './colorbrewer', 'css

}
};
});
});

0 comments on commit d1a65c1

Please sign in to comment.