From 9f7a7dd89956146300ebdbdc2bd29d39166619d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Tue, 25 Apr 2017 19:42:23 -0700 Subject: [PATCH] Run optional jshint tests if it's installed --- Makefile | 6 ++++++ bindata_assetfs.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a68fbaca6..cccbd4d34 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,9 @@ ifdef DEBUG DOCKER_ARGS = -v $(CURDIR)/assets:$(CURDIR)/assets:ro endif +# detect if jshint is installed +JSHINT := $(shell which jshint) + .DEFAULT_GOAL := $(NAME) .build/deps.ok: @@ -75,6 +78,9 @@ run-docker: docker-image .PHONY: lint lint: .build/deps.ok @golint ./... | (egrep -v "^vendor/|^bindata_assetfs.go" || true) +ifneq ($(JSHINT),) + @$(JSHINT) assets/static/*.js +endif .PHONY: test test: lint bindata_assetfs.go diff --git a/bindata_assetfs.go b/bindata_assetfs.go index 127f0e55c..37673d2b0 100644 --- a/bindata_assetfs.go +++ b/bindata_assetfs.go @@ -1435,7 +1435,7 @@ func staticUiJs() (*asset, error) { return a, nil } -var _staticUnseeJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x59\x6d\x6f\x1b\x37\xf2\x7f\x9f\x4f\x31\x49\x0a\xec\x6e\xff\xf2\x2a\x41\x91\xff\x0b\x19\xc6\x21\x09\x1a\xd7\x87\x22\x0d\xec\xfa\x5a\xe0\x70\x28\xa8\xdd\x91\x44\x9b\x22\x37\xe4\xac\x64\x21\xd0\xc7\x28\xfa\xfd\xfa\x49\x0e\x7c\xd8\xe7\x5d\xcb\x39\x14\xe5\x1b\x5b\xe4\xcc\x70\x38\x9c\xf9\xcd\x0c\x77\xc7\x34\xdc\x4a\x83\x08\x17\x10\xaf\x4a\x99\x11\x57\x32\x2e\x98\x66\x5b\x93\xc0\x97\x67\xcf\x9e\x01\x00\x58\x2a\xe2\x5b\xd4\x70\x01\x2b\x26\x0c\x9e\xd7\xd3\x3b\xd4\x86\x2b\x39\x5c\xd0\xb8\xd2\x68\x36\x57\x92\x50\xef\x98\x80\x0b\x78\xfd\xe6\xbc\x11\x67\x50\x60\x46\x4a\x1b\xb8\x80\x2f\x6e\xd6\x8e\xc0\xf4\xae\x24\x52\x72\x01\xd1\xcb\x30\x11\xcd\x6a\x12\xd4\x5a\x69\x63\xd7\xfc\x7f\x91\x5b\x39\x9e\x07\x55\xb9\xe4\x64\x95\xa9\x8e\x92\xb4\xa4\x7f\xd2\x6a\xad\xd1\x98\xf4\x4a\x72\x8a\x93\xa0\x8d\x1d\xef\x95\x5c\xf1\xb5\x9f\x6f\xe8\xfd\x4a\x71\xb8\x09\xba\xda\x4d\x33\x55\x1c\xce\x0c\x12\x71\xb9\x36\x67\x7b\x4e\x9b\xb3\x15\x17\x84\xba\xa5\xa2\x1d\x37\x6c\x87\x6d\x3e\xc3\x76\x78\x96\xe3\x8a\x95\x82\xc6\x39\xae\xd1\x20\xb5\x59\xb4\x9d\xa8\xf7\x8a\x6a\xe2\x63\x72\xde\x57\xfc\x47\xc5\xf2\xde\x81\x4a\x6b\xf8\xfa\xa4\xb5\x5a\xe5\x76\xcb\xf4\x61\x30\x7f\xa9\x79\x3e\x98\x7c\x5b\x92\xca\xd4\xb6\x10\x48\x38\x58\xfc\xe0\xce\x60\x06\xf3\xbf\x30\xca\x36\xb9\x0a\xc6\xfc\xee\xd5\x0c\xfe\xff\xd5\xb7\xaf\xdf\x24\xe7\x30\x9f\x83\x41\x82\x7d\x20\x00\x52\xf0\xfa\x0d\x6c\xb9\x2c\x09\x4d\xa3\xfa\x37\x71\xed\x1b\x69\xc7\x1f\x92\x34\x13\x3c\xbb\x8f\x47\xef\xd6\xdd\xfd\x0a\xe2\xe7\x8f\xb0\x17\x5a\x15\x71\x94\x73\xc3\x96\x02\xf3\x28\xe9\xf3\xdb\xe1\x82\x21\xbd\x46\x11\x2c\xda\x5e\x3b\x76\x7e\x69\xa4\x52\xcb\xb6\xdb\xb7\x2f\xa7\x76\xc8\x35\xd2\xb5\x57\xe3\x9a\x11\x4e\xb9\x66\x10\xd6\x0b\x9a\x9e\x28\x33\x29\xca\x60\xa6\x64\x6e\xda\x12\x5d\x0c\x7a\xb2\x82\x69\x83\x57\x92\x6a\xb2\x46\x5d\x6b\x32\x6e\x3e\xb2\x8f\xb1\xa5\x1d\x58\x64\x3e\xb7\x14\x05\x33\x06\x73\x2f\x8d\x1b\xe0\x32\x53\x5a\x63\x46\x50\x1a\x0c\x81\x0c\x3b\x26\x4a\xec\xda\xc7\x6f\x1e\x3c\xf4\x12\xe9\xa7\xc2\xe9\x1a\x55\x31\x9d\xd8\xc9\xbe\x8d\x4f\x28\xd4\x28\x45\x1b\x46\x91\x01\x26\x8c\x82\xa5\xd2\xf7\x98\x3b\x75\x42\x88\xc1\xeb\x37\x03\xbe\xa0\x90\x85\xa1\xf1\x5b\x3d\xf6\x71\xa8\x05\x5e\x96\xf9\x7c\x88\x24\x2e\x68\xe3\xfe\x9d\x4b\xc4\xdc\xdc\x16\x6b\xcd\xf2\xce\x35\x69\x34\x85\x92\x06\xff\xe5\x41\xb3\x7d\x38\x7b\xee\x1a\x4b\x2f\x02\x9a\xf6\x4f\xdf\x80\x6d\x4f\xd2\xf9\x53\x3c\xb3\xef\x6c\x95\xb4\xe7\x13\xe2\xea\xe3\x68\x94\x39\xea\xef\x2d\xdc\xb6\x4f\x43\xb8\x2d\x04\x23\x9c\x41\xa6\x24\xe1\x03\xb5\xd5\xad\x00\xc8\x71\x0d\x90\xe6\xbd\x40\x36\x9c\xfd\x81\xe7\xd8\x9e\x6c\x87\xb2\x07\xfb\x24\xdd\xd0\x56\xc4\x3f\x87\x9d\xad\xfd\xad\x6a\x23\xaa\x9c\x10\x63\x36\x6a\x1f\x77\x70\xd4\xab\x7b\x2b\xef\xa5\xda\xcb\x31\xc8\xbc\x2d\x72\x46\x18\x7f\x69\xc3\x6f\xae\xb2\x72\x8b\x92\x52\xe2\x24\xec\x55\xbf\x88\xff\xfc\xe3\x77\xf8\x09\xfe\xfc\xe3\xf7\xe4\x45\x43\x57\x3a\xde\xf7\x01\x4b\xf3\x81\xc3\x6c\x98\xcc\x05\x0e\x2c\x8c\x5a\xb7\x6d\x7a\xcd\x76\x28\xd3\x8c\x15\x54\x6a\xfc\xfe\x21\xc3\xa2\xa6\xea\x46\xf4\x9e\xcb\x5c\xed\xd3\x4c\x49\xa3\xc4\xc0\x8b\xc2\xb4\xb7\x85\xe5\x4e\x0d\xb1\xec\x3e\x19\x77\x95\xfa\xea\xe3\x88\x5b\x13\x49\x26\xdc\xcf\x68\xd6\x13\x2b\xd9\x16\x17\x36\x3d\xa7\xf6\xbf\x6e\x6e\xdb\xa2\x31\x6c\x1d\x96\xc3\x8f\x59\x0f\x2d\xf6\x6e\x75\x34\xcb\x19\xa4\x9f\xf9\x16\x55\x49\xd3\xe0\xef\x81\xfb\x17\xc6\xe9\x83\xd2\x1f\xf1\x81\x86\x18\x7e\x9c\xc1\x9b\x57\xaf\xfa\xb6\x2f\x87\x71\xda\x45\xe6\x96\x05\xb4\x93\xf9\x11\x31\xc7\xdc\x1a\xe0\x6b\x95\x14\x2a\x63\x76\x21\xd5\x63\xca\x7d\xf7\x6a\xa8\x1d\x69\xbe\x5e\xa3\xf6\x87\x99\xd2\xd1\xbb\xd7\x95\xb9\x46\x96\x1f\x3a\x11\x94\xb2\x3b\xf6\xd0\x2b\x69\x4a\x2d\x16\x10\x31\x81\x9a\x4c\x7a\x67\x94\xfc\xc7\xe7\x8b\x08\xfe\xaf\xce\xe8\x97\x48\xe1\xdf\x38\x49\xef\x14\x97\x71\x34\x8b\x92\xee\x75\x99\x32\xcb\xd0\x98\x45\x17\xdb\xc6\xd0\xba\x8a\xac\x1b\xcf\xd1\xc7\x7b\x08\x2e\xdb\x86\x4c\x27\x2b\x0d\xf0\x34\x9a\x02\x5a\xf7\x36\x26\xf0\x08\x28\x0c\x3a\xb9\x4e\x94\xf3\xf4\x29\x39\x8f\x84\x7e\x7b\x74\xfc\xc0\x1b\x7c\x3c\x0e\xda\xc3\x6d\xbc\x80\xe8\x1d\xcb\xee\x51\xe6\xfe\x77\xaf\xee\x6b\x8f\x3a\x4e\x1a\xb5\xa7\x89\x05\x33\xf4\x1b\x99\x45\x53\x72\x5d\x22\xfd\xc8\x0c\x05\xa4\x4a\x46\x39\x8f\x13\xe7\x7b\x42\xfc\xd4\x22\xbc\x79\xc7\x8f\x3d\x9f\x07\x77\xfc\xcd\x7b\x58\x9c\xd8\x9a\x21\x2b\x4a\xd8\x20\xdb\x1d\xc0\x28\xe0\x04\x7b\x2e\x04\x2c\x85\xca\xee\x61\xa9\xd5\xde\xa0\x86\x95\x56\x5b\x60\x45\x21\x0e\x5c\xae\x21\x33\x06\xb2\x0d\x93\x6b\x34\x53\xdb\x70\x79\x67\x2b\x0f\xe2\xf2\x00\x39\x0a\x76\x80\x25\xd2\x1e\x51\x02\xcb\xf3\xf7\x82\x59\x67\x03\xb6\x54\x3b\x04\x26\xf3\x81\x56\x46\xb9\x1a\x02\x68\x83\x95\x0e\x53\x3b\x6d\x98\x95\xe1\xf4\xc9\xd0\xd6\xad\x1a\x57\xae\xea\xa1\x8d\x32\x18\x24\x8f\xeb\xf9\x14\x54\x68\x0f\xd2\x87\x47\x56\xe1\x44\x3e\x1a\x1b\x55\x58\xfb\xfb\x7c\xc7\xf2\x35\x1a\x1f\x16\xbe\x0d\x31\x27\xf8\xdf\x2b\x61\x33\x67\xd8\xce\x31\x66\x6e\xea\x04\xdf\x5b\x0f\x30\x2d\xbe\x13\x0c\x13\x49\x72\x6a\xd4\x5e\xff\x49\xc9\x75\xbc\x55\x36\x0f\x7b\xf5\x6c\xab\x6a\x88\x6d\x8b\xe4\x84\x88\xaf\xf0\xf9\xf6\x70\x7d\x46\xd3\xe7\x98\x0f\x8c\x98\x88\x27\x81\xaa\x19\x93\x05\x4d\x14\x9d\xd8\x72\x82\xd7\x16\x4c\x27\x79\x8f\x93\xab\x47\xc8\xec\x29\xa0\x5f\x68\x8c\x8d\x27\xc2\x64\x35\x5a\x15\x4d\xaf\x40\x19\x1b\xff\xc3\x45\x8c\x9f\xca\xa5\xf8\x31\xc8\xea\x96\xfc\x5d\x50\x0d\x28\x5d\xc7\xe7\xdd\xe7\x5f\x7f\xb8\x9e\x81\xad\x23\x6f\x88\x51\x69\x1e\xcb\x6b\x8f\xd8\xc3\x37\x2a\x2b\xeb\x1d\x7e\x0f\xd8\x33\xdb\xb1\x68\x9b\xa6\xab\xcc\x8e\x39\xec\xd1\x23\x8c\xa7\x09\x39\x60\x4c\x9a\x51\x90\x2b\x19\x91\x05\x38\x90\xb8\x07\x25\x87\x74\x5f\xe9\x9d\x7f\x6f\x5e\x8b\xde\xfe\xf3\xed\xaf\xa0\xf1\x73\x89\x86\x60\xc5\xb8\x6d\xc4\xff\x8e\x14\x37\x74\x97\x27\xfa\xdc\x71\xba\xb5\xef\x94\x5d\x27\x1f\x9d\x2a\x60\x9b\xea\x70\x1e\x7f\xac\x98\x01\xe9\x12\x47\x3a\x96\x76\xd3\xd4\xd3\xac\x86\xd2\x29\xdd\xea\xda\xac\xd7\x0d\x55\x29\xe3\x76\x1a\x91\xff\xb2\x63\xf9\x46\xb7\xe1\x75\xe9\x36\xbb\x87\x95\xd2\xb0\xe2\x0f\xb6\x16\x28\x58\x9e\xdb\xbf\x86\xdb\xf4\xcb\x65\x51\x12\x64\x4c\xc2\x5a\xab\xbd\x4b\xed\xbe\x50\x80\x0d\xf2\xf5\x86\x5a\x5a\x44\x4b\x95\x1f\xa2\x24\xcd\x8c\x89\xa3\x20\xe5\x8c\x54\x11\xcd\xec\x62\x2a\xd9\x6e\xc9\x74\x94\xa4\x9e\x31\x4e\xfa\x66\x2c\x58\x69\x26\x1b\x83\xda\x02\x9f\x2c\xd5\x98\xf9\x06\x0b\x36\x34\xfd\x3b\xea\xf3\xa9\x16\x3f\xb3\x9d\x71\xf5\xee\xe0\x89\x7b\x0e\x39\xf2\x10\xdb\xf8\x69\xab\x67\x37\xe5\x76\x52\x77\xab\xc8\xf0\x61\x86\x95\xa4\x7a\x8f\x33\x7d\xf5\x9e\xe0\x19\xa3\xd5\xe1\xa4\x49\xe0\x09\xef\x15\xe3\xaf\x2d\x7f\x89\x41\x9b\x4d\x2a\xb3\xb6\x0a\xb6\xf6\x5b\xe0\x2c\xe0\xc5\x65\xe7\x0d\x2e\x4e\xe0\x5b\x78\x3d\xd2\xb6\xad\x04\x33\x9b\x29\xeb\xef\x98\x86\xe5\x1a\x2e\xac\x13\xbe\x74\x94\x95\x8f\x2e\x59\x76\xbf\xd6\xaa\x94\xf9\x99\xab\xb1\xa2\x4e\x50\xf5\x88\x73\x6e\x0a\xc1\x0e\xd1\x0c\x22\x57\x49\x47\x49\xca\x24\xdf\xba\xa2\xb0\x63\x82\x46\xaa\xab\xe5\x16\x10\xbd\x5c\xad\x56\x51\xaf\xf5\x9c\x8d\x2b\xeb\xb7\xa6\x0d\x37\x53\xe2\x47\xb7\x58\xae\x7b\x19\xd7\x9a\x69\xa8\xb8\x54\x12\xdb\x87\x1c\x60\x6c\xf0\x8d\x66\xc7\x2b\xc9\x69\xe1\x9e\xf9\x9b\xb4\xe1\xbc\x6a\xe1\xc3\xb5\x99\x1d\x40\xfb\x22\x44\x45\x43\x52\xcd\x77\xba\xec\x66\xb9\x7b\xd9\x8b\xde\x5b\x6e\x43\x77\xd3\xa3\x33\x13\x74\x1f\xec\xf5\x2d\xbc\x73\xd4\xc7\x3c\x26\xee\xe5\xfe\xd9\x37\x71\xf5\x9a\x94\xa4\xae\x42\xe8\x36\x0c\x8e\xde\x75\x3d\x9c\x80\x09\x01\x28\xd0\x12\x1b\x28\x8d\x05\xc7\xa5\x52\x64\x48\xb3\xe2\x66\xcf\x29\xf3\xe2\x2d\xc8\x91\x5a\xaf\x05\x46\x49\xda\x23\xa8\x3f\x17\xcc\xe7\x80\xd2\xa2\x31\x90\x52\x82\x78\x61\x66\xf0\xb2\xfa\xea\x60\x7b\x37\x06\xb9\x56\x45\xae\xf6\x32\x34\x6f\x55\x05\x53\x1a\x34\x90\xf3\xd5\x0a\x35\x4a\x82\x9c\x11\x3b\xf3\xdb\x55\xbb\xff\xbb\x35\x77\xf1\x22\xc8\x7f\xf1\x9f\xd6\x06\x51\x92\x86\xe9\x96\x57\x85\xeb\x58\x40\xb4\x51\x3b\xd4\xe1\x13\x4f\xa5\x70\xf3\xfa\xd7\xfe\xf6\x70\x7b\xd5\xfd\xe9\xa2\xb5\xf3\xa1\x67\x3e\x0f\x6d\xa2\x35\x21\x67\x02\x5c\x2b\x08\xee\x61\x85\x94\xb5\xa9\xda\x37\xdd\x28\x97\xdc\x6c\x42\x75\xc4\xa5\xf7\xe6\x53\xcd\x5c\x85\x72\x37\xad\x17\x94\xe0\xcf\xde\xff\xdd\x75\x9f\x3f\xfb\x6f\x00\x00\x00\xff\xff\x6a\xf2\xe4\x9f\x76\x1b\x00\x00") +var _staticUnseeJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x59\x6d\x6f\x1b\x37\xf2\x7f\x9f\x4f\x31\x49\x0a\xec\x6e\xff\xf2\x2a\x41\x91\xff\x0b\x19\xc6\x21\x09\x1a\xd7\x87\x22\x0d\xec\xfa\x5a\xe0\x70\x28\xa8\xdd\x91\x44\x9b\x22\x37\xe4\xac\x64\x21\xd0\xc7\x28\xfa\xfd\xfa\x49\x0e\x7c\xd8\xe7\x5d\xcb\x39\x14\xe5\x1b\x5b\xe4\xcc\x70\x38\x9c\xf9\xcd\x0c\x77\xc7\x34\xdc\x4a\x83\x08\x17\x10\xaf\x4a\x99\x11\x57\x32\x2e\x98\x66\x5b\x93\xc0\x97\x67\xcf\x9e\x01\x00\x58\x2a\xe2\x5b\xd4\x70\x01\x2b\x26\x0c\x9e\xd7\xd3\x3b\xd4\x86\x2b\x39\x5c\xd0\xb8\xd2\x68\x36\x57\x92\x50\xef\x98\x80\x0b\x78\xfd\xe6\xbc\x11\x67\x50\x60\x46\x4a\x1b\xb8\x80\x2f\x6e\xd6\x8e\xc0\xf4\xae\x24\x52\x72\x01\xd1\xcb\x30\x11\xcd\x6a\x12\xd4\x5a\x69\x63\xd7\xfc\x7f\x91\x5b\x39\x9e\x07\x55\xb9\xe4\x64\x95\xa9\x8e\x92\xb4\xa4\x7f\xd2\x6a\xad\xd1\x98\xf4\x4a\x72\x8a\x93\xa0\x8d\x1d\xef\x95\x5c\xf1\xb5\x9f\x6f\xe8\xfd\x4a\x71\xb8\x09\xba\xda\x4d\x33\x55\x1c\xce\x0c\x12\x71\xb9\x36\x67\x7b\x4e\x9b\xb3\x15\x17\x84\xba\xa5\xa2\x1d\x37\x6c\x87\x6d\x3e\xc3\x76\x78\x96\xe3\x8a\x95\x82\xc6\x39\xae\xd1\x20\xb5\x59\xb4\x9d\xa8\xf7\x8a\x6a\xe2\x63\x72\xde\x57\xfc\x47\xc5\xf2\xde\x81\x4a\x6b\xf8\xfa\xa4\xb5\x5a\xe5\x76\xcb\xf4\x61\x30\x7f\xa9\x79\x3e\x98\x7c\x5b\x92\xca\xd4\xb6\x10\x48\x38\x58\xfc\xe0\xce\x60\x06\xf3\xbf\x30\xca\x36\xb9\x0a\xc6\xfc\xee\xd5\x0c\xfe\xff\xd5\xb7\xaf\xdf\x24\xe7\x30\x9f\x83\x41\x82\x7d\x20\x00\x52\xf0\xfa\x0d\x6c\xb9\x2c\x09\x4d\xa3\xfa\x37\x71\xed\x1b\x69\xc7\x1f\x92\x34\x13\x3c\xbb\x8f\x47\xef\xd6\xdd\xfd\x0a\xe2\xe7\x8f\xb0\x17\x5a\x15\x71\x94\x73\xc3\x96\x02\xf3\x28\xe9\xf3\xdb\xe1\x82\x21\xbd\x46\x11\x2c\xda\x5e\x3b\x76\x7e\x69\xa4\x52\xcb\xb6\xdb\xb7\x2f\xe7\x18\xfc\x71\x8d\x74\xed\xb5\xb8\x66\x84\x53\x9e\x19\x64\xf5\x62\xe6\xbc\xeb\xda\x66\x52\x94\xc1\x4c\xc9\xdc\xb4\x25\xba\x10\xf4\x64\x05\xd3\x06\xaf\x24\xd5\x64\x8d\xb6\xd6\x62\xdc\x7c\x64\x1f\x63\x4b\x3b\x30\xc8\x7c\x6e\x29\x0a\x66\x0c\xe6\x5e\x1a\x37\xc0\x65\xa6\xb4\xc6\x8c\xa0\x34\x18\xe2\x18\x76\x4c\x94\xd8\x35\x8f\xdf\x3c\x38\xe8\x25\xd2\x4f\x85\xd3\x35\xaa\x42\x3a\xb1\x93\x7d\x13\x9f\x50\xa8\x51\x8a\x36\x8c\x22\x03\x4c\x18\x05\x4b\xa5\xef\x31\x77\xea\x84\x08\x83\xd7\x6f\x06\x7c\x41\x21\x8b\x42\xe3\x97\x7a\xec\xc3\x50\x0b\xbb\x2c\xf3\xf9\x10\x48\x5c\xcc\x56\x67\xa8\x2f\x4a\x22\xe6\xe6\xb6\x58\x6b\x96\x77\xae\x49\xa3\x29\x94\x34\xf8\x2f\x8f\x99\xed\xc3\xd9\x73\xd7\x50\x7a\x11\xc0\xb4\x7f\xfa\x06\x6b\x7b\x92\xce\x9f\xe2\x98\x7d\x67\xab\xa4\x3d\x9f\x10\x57\x1f\x47\xa3\xcc\x51\x7f\x6f\xd1\xb6\x7d\x1a\xc2\x6d\x21\x18\xe1\x0c\x32\x25\x09\x1f\xa8\xad\x6e\x85\x3f\x8e\x6b\x00\x34\xef\x05\xb2\xe1\xec\x0f\x3c\xc7\xf6\x64\x3b\x92\x3d\xd6\x27\xe9\x86\xb6\x22\xfe\x39\xec\x6c\xed\x6f\x55\x1b\x51\xe5\x84\x18\xb3\x51\xfb\xb8\x03\xa3\x5e\xdd\x5b\x79\x2f\xd5\x5e\x8e\x21\xe6\x6d\x91\x33\xc2\xf8\x4b\x1b\x7d\x73\x95\x95\x5b\x94\x94\x12\x27\x61\xaf\xfa\x45\xfc\xe7\x1f\xbf\xc3\x4f\xf0\xe7\x1f\xbf\x27\x2f\x1a\xba\xd2\xf1\xbe\x0f\x50\x9a\x0f\x1c\x66\xc3\x64\x2e\x70\x60\x61\xd4\xba\x6d\xd3\x6b\xb6\x43\x99\x66\xac\xa0\x52\xe3\xf7\x0f\x19\x16\x35\x55\x37\xa2\xf7\x5c\xe6\x6a\x9f\x66\x4a\x1a\x25\x06\x5e\x14\xa6\xbd\x2d\x2c\x77\x6a\x88\x65\xf7\xc9\xb8\xab\xd4\x57\x1f\x47\xdc\x9a\x48\x32\xe1\x7e\x46\xb3\x9e\x58\xc9\xb6\xb8\xb0\xd9\x39\xb5\xff\x75\x53\xdb\x16\x8d\x61\xeb\xb0\x1c\x7e\xcc\x7a\x68\xb1\x77\xab\xa3\x49\xce\x20\xfd\xcc\xb7\xa8\x4a\x9a\xc6\x7e\x8f\xdb\xbf\x30\x4e\x1f\x94\xfe\x88\x0f\x34\x84\xf0\xe3\x0c\xde\xbc\x7a\xd5\xb7\x7d\x39\x8c\xd3\x2e\x32\xb7\x2c\xa0\x9d\xcc\x8f\x88\x39\xe6\xd6\x00\x5f\xab\xa4\x50\x19\xb3\x0b\xa9\x1e\x53\xee\xbb\x57\x43\xed\x48\xf3\xf5\x1a\xb5\x3f\xcc\x94\x8e\xde\xbd\xae\xcc\x35\xb2\xfc\xd0\x89\xa0\x94\xdd\xb1\x87\x5e\x45\x53\x6a\xb1\x80\x88\x09\xd4\x64\xd2\x3b\xa3\xe4\x3f\x3e\x5f\x44\xf0\x7f\x75\x42\xbf\x44\x0a\xff\xc6\x49\x7a\xa7\xb8\x8c\xa3\x59\x94\x74\xaf\xcb\x94\x59\x86\xc6\x2c\xba\xd8\x36\x86\xd6\x55\x64\xdd\x78\x8e\x3e\xde\x43\x70\xd9\x36\x64\x3a\x59\x69\x80\xa7\xd1\x14\xd0\xba\xb7\x31\x81\x47\x40\x61\xd0\xc9\x75\xa2\x9c\xa7\x4f\xc9\x79\x24\xf4\xdb\xa3\xe3\x07\xde\xe0\xe3\x71\xd0\x1e\x6e\xe3\x05\x44\xef\x58\x76\x8f\x32\xf7\xbf\x7b\x65\x5f\x7b\xd4\x71\xd2\xa8\x3d\x4d\x2c\x98\xa1\xdf\xc8\x2c\x9a\x8a\xeb\x12\xe9\x47\x66\x28\x20\x55\x32\xca\x79\x9c\x38\xdf\x13\xe2\xa7\x16\xe1\xcd\x3b\x7e\xec\xf9\x3c\xb8\xe3\x6f\xde\xc3\xe2\xc4\xd6\x0c\x59\x51\xc2\x06\xd9\xee\x00\x46\x01\x27\xd8\x73\x21\x60\x29\x54\x76\x0f\x4b\xad\xf6\x06\x35\xac\xb4\xda\x02\x2b\x0a\x71\xe0\x72\x0d\x99\x31\x90\x6d\x98\x5c\xa3\x99\xda\x86\xcb\x3b\x5b\x79\x10\x97\x07\xc8\x51\xb0\x03\x2c\x91\xf6\x88\x12\x58\x9e\xbf\x17\xcc\x3a\x1b\xb0\xa5\xda\x21\x30\x99\x0f\xb4\x32\xca\xd5\x10\x40\x1b\xac\x74\x98\xda\x69\xc3\xac\x0c\xa7\x4f\x86\xb6\x6c\xd5\xb8\x72\x55\x0f\x6d\x94\xc1\x20\x79\x5c\xcf\xa7\xa0\x42\x7b\x90\x3e\x3c\xb2\x0a\x27\xf2\xd1\xd8\xa8\xc2\xda\xdf\xe7\x3b\x96\xaf\xd1\xf8\xb0\xf0\x5d\x88\x39\xc1\xff\x5e\x09\x9b\x39\xc3\x76\x8e\x31\x73\x53\x27\xf8\xde\x7a\x80\x69\xf1\x9d\x60\x98\x48\x92\x53\xa3\xf6\xfa\x4f\x4a\xae\xe3\xad\xb2\x79\xd8\xab\x67\x3b\x55\x43\x6c\x5b\x24\x27\x44\x7c\x85\xcf\xb7\x87\x6b\x33\x9a\x36\xc7\x7c\x60\xc4\x44\x3c\x09\x54\xcd\x98\x2c\x68\xa2\xe8\xc4\x96\x13\xbc\xb6\x60\x3a\xc9\x7b\x9c\x5c\x3d\x42\x66\x4f\x01\xfd\x42\x63\x6c\x3c\x11\x26\xab\xd1\xaa\x68\x7a\x05\xca\xd8\xf8\x1f\x2e\x62\xfc\x54\x2e\xc5\x8f\x41\x56\xb7\xe4\xef\x82\x6a\x40\xe9\x3a\x3e\xef\x3e\xff\xfa\xc3\xf5\x0c\x6c\x1d\x79\x43\x8c\x4a\xf3\x58\x5e\x7b\xc4\x1e\xbe\x51\x59\x59\xef\xf0\x7b\xc0\x9e\xd9\x8e\x45\xdb\x34\x5d\x65\x76\xcc\x61\x8f\x1e\x61\x3c\x4d\xc8\x01\x63\xd2\x8c\x82\x5c\xc9\x88\x2c\xc0\x81\xc4\x3d\x28\x39\xa4\xfb\x4a\xef\xfc\x7b\xf3\x5a\xf4\xf6\x9f\x6f\x7f\x05\x8d\x9f\x4b\x34\x04\x2b\xc6\x6d\x1f\xfe\x77\xa4\xb8\xa1\xbb\x3c\xd1\xe7\x8e\xc3\xce\xbe\xa9\x1c\x5b\x65\xd7\xc9\x37\xa7\x0a\xd8\xa6\x3a\x9c\xc7\xdf\x2a\x66\x40\xba\xc4\x91\x8e\xa5\xdd\x34\xf5\x34\xab\xa1\x74\x4a\xb7\xba\x36\xeb\x75\x43\x55\xca\xb8\x9d\x46\xe4\xbf\xec\x58\xbe\xd1\x6d\x78\x5d\xba\xcd\xee\x61\xa5\x34\xac\xf8\x83\xad\x05\x0a\x96\xe7\xf6\xaf\xe1\x36\xfd\x72\x59\x94\x04\x19\x93\xb0\xd6\x6a\xef\x52\xbb\x2f\x14\x60\x83\x7c\xbd\xa1\x96\x16\xd1\x52\xe5\x87\x28\x49\x33\x63\xe2\x28\x48\x39\x23\x55\x44\x33\xbb\x98\x4a\xb6\x5b\x32\x1d\x25\xa9\x67\x8c\x93\xbe\x19\x0b\x56\x9a\xc9\xc6\xa0\xb6\xc0\x27\x4b\x35\x66\xbe\xc1\x82\x0d\x4d\xff\x8c\xfa\x7c\xaa\xc5\xcf\x6c\x67\x5c\xbd\x3b\x78\xe2\x9e\x43\x8e\xbc\xc3\x36\x7e\xda\xea\xd9\x4d\xb9\x9d\xd4\xdd\x2a\x32\x7c\x98\x61\x25\xa9\xde\xe3\x4c\x5f\xbd\x27\x78\xc6\x68\x75\x38\x69\x12\x78\xc2\x7b\xc5\xf8\x6b\xcb\x5f\x62\xd0\x66\x93\xca\xac\xad\x82\xad\xfd\x14\x38\x0b\x78\x71\xd9\x79\x83\x8b\x13\xf8\x16\x5e\x8f\xb4\x6d\x2b\xc1\xcc\x66\xca\xfa\x3b\xa6\x61\xb9\x86\x0b\xeb\x84\x2f\x1d\x65\xe5\xa3\x4b\x96\xdd\xaf\xb5\x2a\x65\x7e\xe6\x6a\xac\xa8\x13\x54\x3d\xe2\x9c\x9b\x42\xb0\x43\x34\x83\xc8\x55\xd2\x51\x92\x32\xc9\xb7\xae\x28\xec\x98\xa0\x91\xea\x6a\xb9\x05\x44\x2f\x57\xab\x55\xd4\x6b\x3d\x67\xe3\xca\xfa\xad\x69\xc3\xcd\x94\xf8\xd1\x2d\x96\xeb\x5e\xc6\xb5\x66\x1a\x2a\x2e\x95\xc4\xf6\x21\x07\x18\x1b\x7c\xa3\xd9\xf1\x4a\x72\x5a\xb8\x57\xfe\x26\x6d\x38\xaf\x5a\xf8\x70\x6d\x66\x07\xd0\xbe\x08\x51\xd1\x90\x54\xf3\x9d\x2e\xbb\x59\xee\x5e\xf6\xa2\xf7\x96\xdb\xd0\xdd\xf4\xe8\xcc\x04\xdd\x07\x7b\x7d\x0b\xef\x1c\xf5\x31\x8f\x89\x7b\xb8\x7f\xf6\x4d\x5c\xbd\x26\x25\xa9\xab\x10\xba\x0d\x83\xa3\x77\x5d\x0f\x27\x60\x42\x00\x0a\xb4\xc4\x06\x4a\x63\xc1\x71\xa9\x14\x19\xd2\xac\xb8\xd9\x73\xca\xbc\x78\x0b\x72\xa4\xd6\x6b\x81\x51\x92\xf6\x08\xea\xaf\x05\xf3\x39\xa0\xb4\x68\x0c\xa4\x94\x20\x5e\x98\x19\xbc\xac\x3e\x3a\xd8\xde\x8d\x41\xae\x55\x91\xab\xbd\x0c\xcd\x5b\x55\xc1\x94\x06\x0d\xe4\x7c\xb5\x42\x8d\x92\x20\x67\xc4\xce\xfc\x76\xd5\xee\xff\x6e\xcd\x5d\xbc\x08\xf2\x5f\xfc\xa7\xb5\x41\x94\xa4\x61\xba\xe5\x55\xe1\x3a\x16\x10\x6d\xd4\x0e\x75\xf8\xc2\x53\x29\xdc\xbc\xfe\xb5\x3f\x3d\xdc\x5e\x75\x7f\xba\x68\xed\x7c\xe7\x99\xcf\x43\x9b\x68\x4d\xc8\x99\x00\xd7\x0a\x82\x7b\x58\x21\x65\x6d\xaa\xf6\x4d\x37\xca\x25\x37\x9b\x50\x1d\x71\xe9\xbd\xf9\x54\x33\x57\xa1\xdc\x4d\xeb\x05\x25\xf8\xb3\xf7\x7f\x77\xdd\xe7\xcf\xfe\x1b\x00\x00\xff\xff\x97\x74\xb9\xfc\x75\x1b\x00\x00") func staticUnseeJsBytes() ([]byte, error) { return bindataRead(