Skip to content

Commit

Permalink
all
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Assis committed Nov 11, 2016
1 parent 2dc4341 commit 7374734
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/js/custom-alert-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function customAlert(inGlobalVar) {
function Alert(options) {
this.defaultOptions = {
'button': 'OK',
'title': 'Alert!'
'title': 'Alert'
};

if (options) {
Expand Down Expand Up @@ -95,7 +95,7 @@ function customAlert(inGlobalVar) {
"done": "OK",
"cancel": "cancel"
},
'title': 'Confirm it:'
'title': 'Confirm'
};

if (options) {
Expand Down
2 changes: 1 addition & 1 deletion dist/js/custom-alert.min.js

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

4 changes: 2 additions & 2 deletions src/js/custom-alert.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function customAlert(inGlobalVar) {
function Alert(options) {
this.defaultOptions = {
'button': 'OK',
'title': 'Alert!'
'title': 'Alert'
};

if (options) {
Expand Down Expand Up @@ -95,7 +95,7 @@ function customAlert(inGlobalVar) {
"done": "OK",
"cancel": "cancel"
},
'title': 'Confirm it:'
'title': 'Confirm'
};

if (options) {
Expand Down

0 comments on commit 7374734

Please sign in to comment.