We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b2b78 commit ea3a192Copy full SHA for ea3a192
3 files changed
src/CustomString/widget/CustomString.js
@@ -43,7 +43,6 @@ define([
43
44
// dojo.declare.constructor is called to construct the widget instance. Implement to initialize non-primitive properties.
45
constructor: function() {
46
- logger.level(logger.DEBUG);
47
this._handles = [];
48
},
49
src/package.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<package xmlns="http://www.mendix.com/package/1.0/">
3
- <clientModule name="CustomString" version="2.2.1" xmlns="http://www.mendix.com/clientModule/1.0/">
+ <clientModule name="CustomString" version="2.2.2" xmlns="http://www.mendix.com/clientModule/1.0/">
4
<widgetFiles>
5
<widgetFile path="CustomString/CustomString.xml"/>
6
<widgetFile path="CustomString/CustomStringNoContext.xml"/>
test/widgets/CustomString.mpk
-20 Bytes
0 commit comments