Bug 965070 - Add GRID constant to Home.jsm. r=lucasr

This commit is contained in:
Sola Ogunsakin 2014-01-30 09:51:32 -08:00
parent 48a019653a
commit 323bb0ed1d

View File

@ -159,7 +159,8 @@ let HomePanels = {
// Valid types of views for a dataset.
View: {
LIST: "list"
LIST: "list",
GRID: "grid"
},
// Holds the currrent set of registered panels.