Nicolas Cannasse 12 years ago
parent
commit
ad88c513b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/js/JQuery.hx

+ 1 - 1
std/js/JQuery.hx

@@ -361,7 +361,7 @@ extern class JQuery implements ArrayAccess<Dom.HtmlDom> {
 	//static function getJSON, getScript, grep
 	//static function is*, makeArray, map, merge, noop, now, param, proxy, sub, trim, type, unique
 
-	private static inline function get_current() : JQuery {
+	private static inline function get_cur() : JQuery {
 		return untyped __js__("$(this)");
 	}