Skip to content

Commit a896fcd

Browse files
authored
Update lightWeightPopup.js
1 parent 7c6fd8e commit a896fcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

js/lightWeightPopup.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
href : u, //Ajax url
2222
width : w, //Container width
2323
height : h, //Container height
24-
maxWidth : mw, //Container title
25-
maxHeight : mh, //Container close text/icon
24+
maxWidth : mw, //Container max width
25+
maxHeight : mh, //Container max height
2626
},options);
2727

2828
console.log(settings);

0 commit comments

Comments
 (0)