Skip to content

Commit

Permalink
Fixing linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
daltonmatos committed Dec 14, 2017
1 parent efef127 commit 5b81171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/js/plugin/PluginLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import PluginDispatcherProxy from "./PluginDispatcherProxy";

import MarathonService from "./sdk/services/MarathonService";
import MarathonActions from "./sdk/actions/MarathonActions";
import PipelineStore, {Hooks as PipelineHooks} from "./sdk/stores/PipelineStore";
import PipelineStore,
{Hooks as PipelineHooks} from "./sdk/stores/PipelineStore";

const PLUGIN_STARTUP_TIMEOUT = 10000; // in ms

Expand Down
1 change: 0 additions & 1 deletion src/js/plugin/sdk/stores/PipelineStore.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


export const FILTERS_PIPELINE = {};
const PRE_AJAX_REQUEST = "PRE_AJAX_REQUEST";

Expand Down

0 comments on commit 5b81171

Please sign in to comment.