for now switch to the org.w3c.dom API

This commit is contained in:
James Strachan
2012-06-01 07:45:02 +01:00
parent d450acf99c
commit 570f9d765d
+1 -1
View File
@@ -1,6 +1,6 @@
package js.jquery;
import js.dom.core.Element
import org.w3c.dom.Element
native
class JQuery() {