summaryrefslogtreecommitdiff
path: root/assets/viz/2/goog/fs/url.js
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2018-11-13 00:24:09 -0500
committerBrian Picciano <mediocregopher@gmail.com>2018-11-13 00:24:09 -0500
commit2b4757367470d8e36bc00901dac567e375796ed4 (patch)
tree72368624006c21d28228a100ee88590c7bf95e58 /assets/viz/2/goog/fs/url.js
parent5ed62d23b4bbbf7717de4adfa0eaf2af19365408 (diff)
update viz 2 to use the newest version, which has some performance improvements and is easier to read the code for. also update the description
Diffstat (limited to 'assets/viz/2/goog/fs/url.js')
-rw-r--r--assets/viz/2/goog/fs/url.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/assets/viz/2/goog/fs/url.js b/assets/viz/2/goog/fs/url.js
index 90d8349..364615e 100644
--- a/assets/viz/2/goog/fs/url.js
+++ b/assets/viz/2/goog/fs/url.js
@@ -73,10 +73,6 @@ goog.fs.url.getUrlObject_ = function() {
*
* @return {?goog.fs.url.UrlObject_} The object for this browser or null if the
* browser does not support Object Urls.
- * @suppress {unnecessaryCasts} Depending on how the code is compiled, casting
- * goog.global to UrlObject_ may result in unnecessary cast warning.
- * However, the cast cannot be removed because with different set of
- * compiler flags, the cast is indeed necessary. As such, silencing it.
* @private
*/
goog.fs.url.findUrlObject_ = function() {