[gnome-music] use [] instead of new Array
- From: Seif Lotfy <seiflotfy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music] use [] instead of new Array
- Date: Mon, 1 Apr 2013 22:29:56 +0000 (UTC)
commit 4b444e034ca2b0c12e4494efbcdc2661621284f0
Author: Eslam Mostafa <cseslam gmail com>
Date: Mon Apr 1 17:28:12 2013 +0200
use [] instead of new Array
Signed-off-by: Seif Lotfy <seif lotfy com>
src/application.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 2a11885..8b3823e 100644
--- a/src/application.js
+++ b/src/application.js
@@ -77,7 +77,7 @@ const Application = new Lang.Class({
this.player = new Player.Player();
- this.views = new Array();
+ this.views = [];
this.toolbar = new Toolbar.Toolbar();
this._stack = new Gd.Stack({
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]