Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
_content/tour/static/js: fix type errors
script.js:694 TypeError: elm.draggable is not a function at http://127.0.0.1:3999/tour/script.js:10589:17 at j (http://127.0.0.1:3999/tour/script.js:675:458) at e (http://127.0.0.1:3999/tour/script.js:671:248) at e (http://127.0.0.1:3999/tour/script.js:671:265) at j (http://127.0.0.1:3999/tour/script.js:675:398) at e (http://127.0.0.1:3999/tour/script.js:671:248) at http://127.0.0.1:3999/tour/script.js:670:312 at k (http://127.0.0.1:3999/tour/script.js:782:156) at Object.$broadcast (http://127.0.0.1:3999/tour/script.js:722:240) at http://127.0.0.1:3999/tour/script.js:714:191 <div vertical-slide="" left="#left-side" right="#right-side"> _content/tour/static/partials/editor.html and _content/tour/static/css use 'vertical-slide' and 'horizontal-slide'. I don't know why go.dev does not report these errors. Change-Id: I9e0f5bb2540af8e642281d7c350f57b69195624a Reviewed-on: https://go-review.googlesource.com/c/website/+/527080 Run-TryBot: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Russ Cox <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
- Loading branch information