remove regexp

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

View file

@ -467,10 +467,6 @@
var elZTextureURL = document.getElementById("property-z-texture-url");
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;