Experimenting with onkeyup event.
[cql-js-moved-to-github.git] / cql.js
diff --git a/cql.js b/cql.js
index ebd5e76..3e4f6d1 100644 (file)
--- a/cql.js
+++ b/cql.js
@@ -4,7 +4,6 @@ function indent(n) {
         s = s + " ";
     return s;
 }
-
 // CQLModifier
 var CQLModifier = function () {
     this.name = null;