commit | 2092890c9db8090c8c6a7359c904d787b7658114 | [log] [tgz] |
---|---|---|
author | genia.likes.science@gmail.com <genia.likes.science@gmail.com> | Fri May 10 10:39:27 2013 -0700 |
committer | genia.likes.science@gmail.com <genia.likes.science@gmail.com> | Fri May 10 10:39:27 2013 -0700 |
tree | e66d5189d310482389dc8d7c0c05b038914e5439 | |
parent | 6b8c8f238a1e6c6c0ec696c1ad8479f99b16f2c1 [diff] [blame] |
Stable API for beta + legacy queries functional on Cherry
diff --git a/asterix-examples/src/main/resources/html/example.html b/asterix-examples/src/main/resources/html/example.html index 01f6ed0..f0373ff 100644 --- a/asterix-examples/src/main/resources/html/example.html +++ b/asterix-examples/src/main/resources/html/example.html
@@ -11,6 +11,8 @@ var c = new CreateExpression(tinySocialCreate.join("\n")); as.send(c); + var as = new AsterixSDK(); + $('#ddl').html(tinySocialCreate.join("<br/>")); }); </script>