Skip to content

Commit 06e13b5

Browse files
author
Denys Rul
committed
Merge branch 'MAGETWO-33687' of https://github.corp.ebay.com/magento-vanilla/magento2ce into MAGETWO-33687
2 parents 9c9e919 + e1198a1 commit 06e13b5

File tree

1 file changed

+4
-7
lines changed
  • app/code/Magento/Widget/view/adminhtml/templates/instance

1 file changed

+4
-7
lines changed

app/code/Magento/Widget/view/adminhtml/templates/instance/js.phtml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
?>
77
<script>
88
require([
9-
"jquery",
10-
'mage/template'
11-
"prototype"
9+
'jquery',
10+
'mage/template',
11+
'prototype'
1212
], function(jQuery, mageTemplate){
1313

14-
//<![CDATA[
1514
setSettings = function(urlTemplate, codeElement, themeElement) {
1615
var url;
1716

@@ -29,8 +28,6 @@ setSettings = function(urlTemplate, codeElement, themeElement) {
2928
});
3029

3130
setLocation(url);
32-
}
33-
//]]>
34-
31+
};
3532
});
3633
</script>

0 commit comments

Comments
 (0)