remove regexp

This commit is contained in:
James B. Pollack 2016-04-08 00:52:09 -07:00
parent fba6a74cf6
commit b407e20e4b

View file

@ -468,10 +468,6 @@
var elPreviewCameraButton = document.getElementById("preview-camera-button");
var PARAM_REGEXP = /(?:\?)(\S+)/; // Check if this has any parameters.
var TIMESTAMP_REGEXP = /(&?HFTime=\d+)/;
if (window.EventBridge !== undefined) {
var properties;
EventBridge.scriptEventReceived.connect(function(data) {