Skip to content

Commit 5acf579

Browse files
author
Jelte Lagendijk
committed
Merge branch 'master' of ssh://github.com/mendix/CustomString
2 parents 82e7ab5 + ea3a192 commit 5acf579

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

src/CustomString/widget/CustomString.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ define([
4040
_alertDiv: null,
4141

4242
constructor: function() {
43-
logger.level(logger.DEBUG);
4443
this._handles = [];
4544
},
4645

src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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/">
3+
<clientModule name="CustomString" version="2.2.2" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="CustomString/CustomString.xml"/>
66
<widgetFile path="CustomString/CustomStringNoContext.xml"/>

test/widgets/CustomString.mpk

-12 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)