[Events] Restricted when view avaliable

Created a new policy to only allow the Messages view
to be avaliable for Event Message Generators. #18.
This commit is contained in:
Sarah Hale
2015-06-24 10:15:09 -07:00
parent 2a9aa7ee2f
commit ba1f86da25
3 changed files with 74 additions and 5 deletions

View File

@ -19,7 +19,7 @@
* this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information.
*****************************************************************************/
/*global define,Promise*/
/*global define*/
/**
* Module defining EventListController.
@ -30,7 +30,7 @@ define(
["./DomainColumn", "./RangeColumn", "./EventListPopulator"],
function (DomainColumn, RangeColumn, EventListPopulator) {
"use strict";
var ROW_COUNT = 100;
/**
@ -133,4 +133,4 @@ define(
return EventListController;
}
);
);