@@ -4,6 +4,7 @@
all : fixed some issue with completion
flash9 : fixed -D swfprotected with swc output
neko : added ~ implementation
+ js : upgraded jquery version
2011-09-25: 2.08
js : added js.JQuery
@@ -304,7 +304,7 @@ extern class JQuery implements ArrayAccess<Dom.HtmlDom> {
private static function __init__() : Void untyped {
#if !noEmbedJS
- haxe.macro.Tools.includeFile("js/jquery-1.5.min.js");
+ haxe.macro.Tools.includeFile("js/jquery-latest.min.js");
#end
var q : Dynamic = window.jQuery;
js.JQuery = q;