Skip to content

Commit

Permalink
ax5dialog 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasJang committed Mar 7, 2016
1 parent 8f79306 commit c73d6b1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 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-dialog",
"version": "0.6.1",
"version": "0.6.2",
"authors": [
"ThomasJ <tom@axisj.com>"
],
Expand Down
3 changes: 2 additions & 1 deletion dist/ax5dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@

this.open = function (opts, callBack) {
var pos = {},
that;
that,
box;

opts.id = opts.id || cfg.id;

Expand Down
2 changes: 1 addition & 1 deletion dist/ax5dialog.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ax5ui-dialog",
"version": "0.6.1",
"version": "0.6.2",
"description": "A dialog plugin that works with Bootstrap & jQuery",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/ax5core/dist/ax5core.js"></script>
<script src="bower_components/ax5ui-mask/dist/ax5mask.min.js"></script>
<script src="../dist/ax5dialog.js"></script>
<script src="../dist/ax5dialog.min.js"></script>
</head>
<body>
<div style="padding:20px;">
Expand Down

0 comments on commit c73d6b1

Please sign in to comment.