fix a minor style issue
This commit is contained in:
parent
d5e8bb7f12
commit
9efd29d059
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ window.open = function (url, frameName, features) {
|
|||
}
|
||||
|
||||
// Use the dialog API to implement alert().
|
||||
window.alert = function(message, title) {
|
||||
window.alert = function (message, title) {
|
||||
var buttons
|
||||
if (arguments.length === 0) {
|
||||
message = ''
|
||||
|
|
Loading…
Reference in a new issue