Skip to content

Commit ac16498

Browse files
committed
Updated versionnr
1 parent f137352 commit ac16498

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/HTMLSnippet/widget/HTMLSnippet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require([
1818
postCreate: function () {
1919
console.log(this.id + '.postCreate');
2020

21-
var external = this.contentsPath != '' ? true : false;
21+
var external = this.contentsPath !== '' ? true : false;
2222

2323
switch (this.contenttype) {
2424
case 'html':

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="HTMLSnippet" version="1.2" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="HTMLSnippet" version="1.3" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="HTMLSnippet/HTMLSnippet.xml"/>
66
</widgetFiles>

test/widgets/HTMLSnippet.mpk

-20 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)