Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
remove unused staticPrefix from configs
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwing committed Jan 8, 2018
1 parent 1a7769b commit 5438306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ define(function(require, exports, module) {
drawn = true;

// Insert CSS
ui.insertCss(require("text!./style.css"), options.staticPrefix, plugin);
ui.insertCss(require("text!./style.css"), null, plugin);

// Tree
tree = new Tree({
Expand Down

0 comments on commit 5438306

Please sign in to comment.