Small coding style fixes

This commit is contained in:
Adel Gadllah
2011-10-20 22:40:22 +02:00
parent 9b38c5b304
commit 668920cec4
2 changed files with 3 additions and 3 deletions

View File

@ -110,7 +110,7 @@ ModalDialog.prototype = {
this._buttonLayout.destroy_children();
this._actionKeys = {};
for (let i = 0; i < buttons.length; i ++) {
for (let i = 0; i < buttons.length; i++) {
let buttonInfo = buttons[i];
let label = buttonInfo['label'];
let action = buttonInfo['action'];