mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix a minor style issue
This commit is contained in:
committed by
Kevin Sawicki
parent
d5e8bb7f12
commit
9efd29d059
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user