Skip to content

Commit

Permalink
chore(package) v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Sep 26, 2015
1 parent d809297 commit 9527389
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2015.09.26, v1.4.0

feature:
- (smalltalk) Cancel, OK -> OK, Cancel


2015.09.26, v1.3.4

fix:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smalltalk",
"version": "1.3.4",
"version": "1.4.0",
"homepage": "https://github.com/coderaiser/smalltalk",
"authors": [
"coderaiser <mnemonic.enemy@gmail.com>"
Expand Down
4 changes: 2 additions & 2 deletions dist/smalltalk.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
var remove = bind(removeEl, '.smalltalk');

var BUTTON_OK = ['OK'];
var BUTTON_OK_CANCEL = ['Cancel', 'OK'];
var BUTTON_OK_CANCEL = ['OK', 'Cancel'];

this.alert = function (title, msg, options) {
return showDialog(title, msg, '', BUTTON_OK, options);
Expand Down Expand Up @@ -97,7 +97,7 @@
var keyCode = event.keyCode,
el = event.target;

var namesAll = ['cancel', 'ok', 'input'],
var namesAll = ['ok', 'cancel', 'input'],
names = find(dialog, namesAll).map(function (el) {
return getDataName(el);
});
Expand Down
2 changes: 1 addition & 1 deletion dist/smalltalk.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 dist/smalltalk.poly.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": "smalltalk",
"version": "1.3.4",
"version": "1.4.0",
"description": "Promise-based Alert, Confirm and Prompt replacement",
"homepage": "http://github.com/coderaiser/smalltalk",
"repository": {
Expand Down
Binary file modified screen/alert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screen/confirm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screen/prompt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9527389

Please sign in to comment.