Skip to content

Commit

Permalink
Merge pull request ledgersmb#4521 from ylavoie/fix-dojo-lsmb
Browse files Browse the repository at this point in the history
Fix dojo lsmb
  • Loading branch information
ehuelsmann committed Mar 28, 2020
2 parents 456089a + db36554 commit 98d11d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UI/js-src/lsmb/PublishCheckBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ define(["dojo/_base/declare",
"dojo/topic",
"dijit/form/CheckBox"],
function(declare, on, topic, CheckBox) {
return declare("lsmb/PublishCheckbox", [CheckBox], {
return declare("lsmb/PublishCheckBox", [CheckBox], {
topic: "",
publish: function(targetValue) {
topic.publish(this.topic, targetValue);
Expand Down
2 changes: 1 addition & 1 deletion UI/js-src/lsmb/parts/PartDescription.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ define([
store,
template
){
return declare("lsmb/parts/PartsDescription",[Textarea, _HasDropDown, _AutoCompleterMixin], {
return declare("lsmb/parts/PartDescription",[Textarea, _HasDropDown, _AutoCompleterMixin], {
channel: null,
height: null,
store: store,
Expand Down

0 comments on commit 98d11d5

Please sign in to comment.