diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2018-11-13 00:24:09 -0500 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2018-11-13 00:24:09 -0500 |
commit | 2b4757367470d8e36bc00901dac567e375796ed4 (patch) | |
tree | 72368624006c21d28228a100ee88590c7bf95e58 /assets/viz/2/goog/fs | |
parent | 5ed62d23b4bbbf7717de4adfa0eaf2af19365408 (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')
-rw-r--r-- | assets/viz/2/goog/fs/url.js | 4 |
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() { |