Skip to content

Commit 128eea3

Browse files
committed
MAGETWO-88232: Images from WYSIWYG (Text, Slider) do not show up on admin preview nor storefront
Add docblock
1 parent f5f0bff commit 128eea3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dev/tests/js/jasmine/tests/lib/mage/wysiwygAdapter.test.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ define([
1212
var obj;
1313

1414
beforeEach(function () {
15+
16+
/**
17+
* Dummy constructor to use for instantiation
18+
* @constructor
19+
*/
1520
var Constr = function () {};
1621

1722
Constr.prototype = wysiwygAdapter;

0 commit comments

Comments
 (0)