Browse Source

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

Andy Li 10 years ago
parent
commit
59b4ac001e

+ 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. */
 /* This file is generated, do not edit! Visit http://api.jquery.com/ for API documentation. */
 package js.jquery;
 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.
 		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. */
 /* This file is generated, do not edit! Visit http://api.jquery.com/ for API documentation. */
 package js.jquery;
 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. 
 		 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. */
 /* This file is generated, do not edit! Visit http://api.jquery.com/ for API documentation. */
 package js.jquery;
 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.  
 		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. */
 /* This file is generated, do not edit! Visit http://api.jquery.com/ for API documentation. */
 package js.jquery;
 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.
 		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. */
 /* This file is generated, do not edit! Visit http://api.jquery.com/ for API documentation. */
 package js.jquery;
 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. 
 		 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. */
 /* This file is generated, do not edit! Visit http://api.jquery.com/ for API documentation. */
 package js.jquery;
 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. 
 		 Add handlers to be called when the Deferred object is either resolved or rejected. 
 	**/
 	**/