Skip to content

Commit

Permalink
ax5modal iframe.param debug
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasJang committed Apr 15, 2016
1 parent b7da50e commit 4d8a309
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ax5ui-modal",
"version": "0.5.4",
"version": "0.5.5",
"authors": [
"ThomasJ <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ax5ui-modal",
"version": "0.5.4",
"version": "0.5.5",
"description": "A modal plugin that works with Bootstrap & jQuery",
"license": "Apache 2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/ax5modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
if (opts.zIndex) {
data.styles.push("z-index:" + opts.zIndex);
}
if (typeof data.iframe.param === "string") {
if (data.iframe && typeof data.iframe.param === "string") {
data.iframe.param = ax5.util.param(data.iframe.param);
}

Expand Down

0 comments on commit 4d8a309

Please sign in to comment.