فهرست منبع

[jQuery] Removed @:final since it is in fact possible to extends extern types.

Andy Li 10 سال پیش
والد
کامیت
59b4ac001e
6فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 1 1
      std/js/jquery/Callbacks.hx
  2. 1 1
      std/js/jquery/Deferred.hx
  3. 1 1
      std/js/jquery/Event.hx
  4. 1 1
      std/js/jquery/JQuery.hx
  5. 1 1
      std/js/jquery/JqXHR.hx
  6. 1 1
      std/js/jquery/Promise.hx

+ 1 - 1
std/js/jquery/Callbacks.hx

@@ -1,6 +1,6 @@
 /* This file is generated, do not edit! Visit http://api.jquery.com/ for API documentation. */
 package js.jquery;
-@:final @:native("$.Callbacks") extern class Callbacks {
+@:native("$.Callbacks") extern class Callbacks {
 	/**
 		Add a callback or a collection of callbacks to a callback list.
 	**/

+ 1 - 1
std/js/jquery/Deferred.hx

@@ -1,6 +1,6 @@
 /* This file is generated, do not edit! Visit http://api.jquery.com/ for API documentation. */
 package js.jquery;
-@:final @:native("$.Deferred") extern class Deferred {
+@:native("$.Deferred") extern class Deferred {
 	/**
 		 Add handlers to be called when the Deferred object is either resolved or rejected. 
 	**/

+ 1 - 1
std/js/jquery/Event.hx

@@ -1,6 +1,6 @@
 /* This file is generated, do not edit! Visit http://api.jquery.com/ for API documentation. */
 package js.jquery;
-@:final @:native("$.Event") extern class Event extends js.html.Event {
+@:native("$.Event") extern class Event extends js.html.Event {
 	/**
 		An optional object of data passed to an event method when the current executing handler is bound.  
 	**/

+ 1 - 1
std/js/jquery/JQuery.hx

@@ -1,6 +1,6 @@
 /* This file is generated, do not edit! Visit http://api.jquery.com/ for API documentation. */
 package js.jquery;
-@:final @:native("$") extern class JQuery implements ArrayAccess<js.html.Element> {
+@:native("$") extern class JQuery implements ArrayAccess<js.html.Element> {
 	/**
 		A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
 	**/

+ 1 - 1
std/js/jquery/JqXHR.hx

@@ -1,6 +1,6 @@
 /* This file is generated, do not edit! Visit http://api.jquery.com/ for API documentation. */
 package js.jquery;
-@:final @:native("$.JqXHR") extern class JqXHR extends js.html.XMLHttpRequest {
+@:native("$.JqXHR") extern class JqXHR extends js.html.XMLHttpRequest {
 	/**
 		 Add handlers to be called when the Deferred object is either resolved or rejected. 
 	**/

+ 1 - 1
std/js/jquery/Promise.hx

@@ -1,6 +1,6 @@
 /* This file is generated, do not edit! Visit http://api.jquery.com/ for API documentation. */
 package js.jquery;
-@:final @:native("$.Promise") typedef Promise = {
+@:native("$.Promise") typedef Promise = {
 	/**
 		 Add handlers to be called when the Deferred object is either resolved or rejected. 
 	**/