aboutsummaryrefslogtreecommitdiffstats
path: root/demo.html
diff options
context:
space:
mode:
Diffstat (limited to 'demo.html')
-rw-r--r--demo.html17
1 files changed, 1 insertions, 16 deletions
diff --git a/demo.html b/demo.html
index 96fb618..db6f4ca 100644
--- a/demo.html
+++ b/demo.html
@@ -9,22 +9,7 @@
<link rel="import" href="vaadin-components.html"></link>
</head>
<body vaadin-theme='valo'>
- <script>
- function waitUntil(check, exec) {
- var id = setInterval(function() {
- if (r = check()) {
- clearInterval(id);
- exec(r)
- }
- }, 100);
- }
- function waitUntilGridReady(id, exec) {
- waitUntil(function() {
- var grid = document.getElementById(id);
- return grid && grid.dataSource && grid;
- }, exec);
- }
- </script>
+
<h3>Slider</h3>
<div style='width: 30%'>