Skip to content

Commit

Permalink
Making PipelineStore.pipeline read-only
Browse files Browse the repository at this point in the history
  • Loading branch information
daltonmatos committed Dec 28, 2017
1 parent f80b7fb commit 62b9156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/plugin/sdk/pipeline/PipelineStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PipelineModel from "./PipelineModel";
export default class PipelineStore {

constructor() {
this.pipeline = PipelineModel;
Object.defineProperty(this, "pipeline", {value: PipelineModel});
};

applyFilter(operationName, filterParameters) {
Expand Down

0 comments on commit 62b9156

Please sign in to comment.