fix a minor style issue

This commit is contained in:
Zeke Sikelianos
2016-03-30 15:15:33 -07:00
committed by Kevin Sawicki
parent d5e8bb7f12
commit 9efd29d059

View File

@@ -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 = ''