Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #27 from pressly/S3-20028
Browse files Browse the repository at this point in the history
S3-20028: Added new event type
  • Loading branch information
AnsonTu committed Aug 7, 2019
2 parents 76db8c2 + 91c3df2 commit b200ee3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/proto.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
*/
// GENERATED CODE -- DO NOT EDIT!


goog.provide('proto.events.Event');
goog.provide('proto.events.Module');


/**
* @enum {number}
*/
Expand Down Expand Up @@ -132,6 +130,6 @@ proto.events.Event = {
VIEWER_SPEED_CHANGE: 412,
VIEWER_BANDWIDTH_ADAPT: 413,
GET_FOCUS: 500,
LOSE_FOCUS: 501
LOSE_FOCUS: 501,
ACTIVITY_OPENED: 600
};

0 comments on commit b200ee3

Please sign in to comment.