Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelte Lagendijk committed Jun 20, 2017
1 parent f0c2ff2 commit 8564a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LabelSelect/widget/LabelSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ define([
},

_execMf: function(obj, mf, cb) {
logger.debug(this.id + "._execMf");
logger.debug(this.id + "._execMf : ", mf);
if (obj && mf) {
mx.data.action({
params: {
Expand Down

0 comments on commit 8564a14

Please sign in to comment.