Add missing semicolon to removemp.js. No bug.

This commit is contained in:
reed@reedloden.com 2007-11-06 11:44:51 -08:00
Родитель 2239d264c7
Коммит ebfd84fc4f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -48,7 +48,7 @@ var gRemovePasswordDialog = {
.getService(Components.interfaces.nsIPromptService);
this._bundle = document.getElementById("bundlePreferences");
this._okButton = document.documentElement.getButton("accept")
this._okButton = document.documentElement.getButton("accept");
this._okButton.label = this._bundle.getString("pw_remove_button");
this._password = document.getElementById("password");