terurou 6 years ago
parent
commit
7b782a74b3

+ 1 - 1
std/js/lib/Intl.hx

@@ -27,7 +27,7 @@ package js.lib;
 	The INTL object provides access to several constructors as well as functionality common to
 	The INTL object provides access to several constructors as well as functionality common to
 	the internationalization constructors and other language sensitive functions.
 	the internationalization constructors and other language sensitive functions.
 
 
-	Documentation [Intl](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
+	Documentation [Intl](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
 **/
 **/
 @:native("Intl")
 @:native("Intl")
 extern class Intl {
 extern class Intl {

+ 1 - 1
std/js/lib/Proxy.hx

@@ -27,7 +27,7 @@ import js.lib.Object;
 	The `Proxy` object is used to define custom behavior for fundamental operations
 	The `Proxy` object is used to define custom behavior for fundamental operations
 	(e.g. property lookup, assignment, enumeration, function invocation, etc).
 	(e.g. property lookup, assignment, enumeration, function invocation, etc).
 
 
-	Documentation [Proxy](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
+	Documentation [Proxy](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
 **/
 **/
 @:native("Proxy")
 @:native("Proxy")
 extern class Proxy<T:{}> {
 extern class Proxy<T:{}> {

+ 1 - 1
std/js/lib/Reflect.hx

@@ -29,7 +29,7 @@ import js.lib.Object;
 	The methods are the same as those of [proxy handlers](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy/handler).
 	The methods are the same as those of [proxy handlers](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy/handler).
 	Reflect is not a function object, so it's not constructible.
 	Reflect is not a function object, so it's not constructible.
 
 
-	Documentation [Reflect](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
+	Documentation [Reflect](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
 **/
 **/
 @:native("Reflect")
 @:native("Reflect")
 extern class Reflect {
 extern class Reflect {

+ 1 - 1
std/js/lib/WeakMap.hx

@@ -28,7 +28,7 @@ package js.lib;
 	You can learn more about WeakMaps in the section [WeakMap object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Keyed_collections#WeakMap_object)
 	You can learn more about WeakMaps in the section [WeakMap object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Keyed_collections#WeakMap_object)
 	in [Keyed collections](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Keyed_collections).
 	in [Keyed collections](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Keyed_collections).
 
 
-	Documentation [WeakMap](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
+	Documentation [WeakMap](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
 **/
 **/
 @:native("WeakMap")
 @:native("WeakMap")
 extern class WeakMap<T> {
 extern class WeakMap<T> {

+ 1 - 1
std/js/lib/WeakSet.hx

@@ -24,7 +24,7 @@ package js.lib;
 /**
 /**
 	The `WeakSet` object lets you store weakly held objects in a collection.
 	The `WeakSet` object lets you store weakly held objects in a collection.
 
 
-	Documentation [WeakSet](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
+	Documentation [WeakSet](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
 **/
 **/
 @:native("WeakSet")
 @:native("WeakSet")
 extern class WeakSet {
 extern class WeakSet {

+ 1 - 1
std/js/lib/WebAssembly.hx

@@ -28,7 +28,7 @@ import js.html.Response;
 /**
 /**
 	The WebAssembly JavaScript object acts as the namespace for all WebAssembly-related functionality.
 	The WebAssembly JavaScript object acts as the namespace for all WebAssembly-related functionality.
 
 
-	Documentation [WebAssembly](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
+	Documentation [WebAssembly](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
 **/
 **/
 @:native("WebAssembly")
 @:native("WebAssembly")
 extern class WebAssembly {
 extern class WebAssembly {

+ 1 - 1
std/js/lib/intl/Collator.hx

@@ -25,7 +25,7 @@ package js.lib.intl;
 	The `Collator` object is a constructor for collators, objects that enable language
 	The `Collator` object is a constructor for collators, objects that enable language
 	sensitive string comparison.
 	sensitive string comparison.
 
 
-	Documentation [Collator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
+	Documentation [Collator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
 **/
 **/
 @:native("Intl.Collator")
 @:native("Intl.Collator")
 extern class Collator {
 extern class Collator {

+ 1 - 1
std/js/lib/intl/DateTimeFormat.hx

@@ -25,7 +25,7 @@ package js.lib.intl;
 	The `DateTimeFormat` object is a constructor for objects that enable language-sensitive
 	The `DateTimeFormat` object is a constructor for objects that enable language-sensitive
 	date and time formatting.
 	date and time formatting.
 
 
-	Documentation [DateTimeFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
+	Documentation [DateTimeFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
 **/
 **/
 @:native("Intl.DateTimeFormat")
 @:native("Intl.DateTimeFormat")
 extern class DateTimeFormat {
 extern class DateTimeFormat {

+ 1 - 1
std/js/lib/intl/NumberFormat.hx

@@ -24,7 +24,7 @@ package js.lib.intl;
 /**
 /**
 	The `NumberFormat` object is a constructor for objects that enable language sensitive number formatting.
 	The `NumberFormat` object is a constructor for objects that enable language sensitive number formatting.
 
 
-	Documentation [NumberFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
+	Documentation [NumberFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
 **/
 **/
 @:native("Intl.NumberFormat")
 @:native("Intl.NumberFormat")
 extern class NumberFormat {
 extern class NumberFormat {

+ 1 - 1
std/js/lib/intl/PluralRules.hx

@@ -25,7 +25,7 @@ package js.lib.intl;
 	The `PluralRules` object is a constructor for objects that enable plural sensitive formatting
 	The `PluralRules` object is a constructor for objects that enable plural sensitive formatting
 	and plural language rules.
 	and plural language rules.
 
 
-	Documentation [PluralRules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
+	Documentation [PluralRules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
 **/
 **/
 @:native("Intl.PluralRules")
 @:native("Intl.PluralRules")
 extern class PluralRules {
 extern class PluralRules {

+ 1 - 1
std/js/lib/intl/RelativeTimeFormat.hx

@@ -25,7 +25,7 @@ package js.lib.intl;
 	The `RelativeTimeFormat` object is a constructor for objects that enable language-sensitive
 	The `RelativeTimeFormat` object is a constructor for objects that enable language-sensitive
 	relative time formatting.
 	relative time formatting.
 
 
-	Documentation [RelativeTimeFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
+	Documentation [RelativeTimeFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
 **/
 **/
 @:native("Intl.RelativeTimeFormat")
 @:native("Intl.RelativeTimeFormat")
 extern class RelativeTimeFormat {
 extern class RelativeTimeFormat {

+ 1 - 1
std/js/lib/webassembly/CompileError.hx

@@ -25,7 +25,7 @@ package js.lib.webassembly;
 	A WebAssembly `CompileError` object indicates an error during WebAssembly
 	A WebAssembly `CompileError` object indicates an error during WebAssembly
 	decoding or validation.
 	decoding or validation.
 
 
-	Documentation [CompileError](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/CompileError) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
+	Documentation [CompileError](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/CompileError) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/CompileError$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
 **/
 **/
 @:native("WebAssembly.CompileError")
 @:native("WebAssembly.CompileError")
 extern class CompileError extends js.lib.Error {
 extern class CompileError extends js.lib.Error {

+ 1 - 1
std/js/lib/webassembly/Global.hx

@@ -26,7 +26,7 @@ package js.lib.webassembly;
 	both JavaScript and importable/exportable across one or more WebAssembly `Module` instances.
 	both JavaScript and importable/exportable across one or more WebAssembly `Module` instances.
 	This allows dynamic linking of multiple modules.
 	This allows dynamic linking of multiple modules.
 
 
-	Documentation [Global](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Global) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
+	Documentation [Global](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Global) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
 **/
 **/
 @:native("WebAssembly.Global")
 @:native("WebAssembly.Global")
 extern class Global {
 extern class Global {

+ 1 - 1
std/js/lib/webassembly/Instance.hx

@@ -28,7 +28,7 @@ import haxe.Constraints.Function;
 	Instance objects contain all the [Exported WebAssembly functions](https://developer.mozilla.org/en-US/docs/WebAssembly/Exported_functions)
 	Instance objects contain all the [Exported WebAssembly functions](https://developer.mozilla.org/en-US/docs/WebAssembly/Exported_functions)
 	that allow calling into WebAssembly code from JavaScript.
 	that allow calling into WebAssembly code from JavaScript.
 
 
-	Documentation [Instance](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
+	Documentation [Instance](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
 **/
 **/
 @:native("WebAssembly.Instance")
 @:native("WebAssembly.Instance")
 extern class Instance {
 extern class Instance {

+ 1 - 1
std/js/lib/webassembly/LinkError.hx

@@ -25,7 +25,7 @@ package js.lib.webassembly;
 	A WebAssembly `LinkError` object indicates an error during module instantiation
 	A WebAssembly `LinkError` object indicates an error during module instantiation
 	(besides [traps](http://webassembly.org/docs/semantics/#traps) from the start function).
 	(besides [traps](http://webassembly.org/docs/semantics/#traps) from the start function).
 
 
-	Documentation [LinkError](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/LinkError) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
+	Documentation [LinkError](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/LinkError) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/LinkError$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
 **/
 **/
 @:native("WebAssembly.LinkError")
 @:native("WebAssembly.LinkError")
 extern class LinkError extends js.lib.Error {
 extern class LinkError extends js.lib.Error {

+ 1 - 1
std/js/lib/webassembly/Memory.hx

@@ -28,7 +28,7 @@ package js.lib.webassembly;
 	A memory created by JavaScript or in WebAssembly code will be accessible and mutable from
 	A memory created by JavaScript or in WebAssembly code will be accessible and mutable from
 	both JavaScript and WebAssembly.
 	both JavaScript and WebAssembly.
 
 
-	Documentation [Memory](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Memory) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
+	Documentation [Memory](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Memory) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Memory$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
 **/
 **/
 @:native("WebAssembly.Memory")
 @:native("WebAssembly.Memory")
 extern class Memory {
 extern class Memory {

+ 1 - 1
std/js/lib/webassembly/Module.hx

@@ -38,7 +38,7 @@ import js.lib.Float64Array;
 	and instantiated multiple times. To instantiate the module, call
 	and instantiated multiple times. To instantiate the module, call
 	[the secondary overload of `WebAssembly.instantiate()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/instantiate#Secondary_overload_%E2%80%94_taking_a_module_object_instance).
 	[the secondary overload of `WebAssembly.instantiate()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/instantiate#Secondary_overload_%E2%80%94_taking_a_module_object_instance).
 
 
-	Documentation [Module](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Module) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
+	Documentation [Module](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Module) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Module$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
 **/
 **/
 @:native("WebAssembly.Module")
 @:native("WebAssembly.Module")
 extern class Module {
 extern class Module {

+ 1 - 1
std/js/lib/webassembly/RuntimeError.hx

@@ -25,7 +25,7 @@ package js.lib.webassembly;
 	A WebAssembly `RuntimeError` object is thrown whenever WebAssembly specifies a
 	A WebAssembly `RuntimeError` object is thrown whenever WebAssembly specifies a
 	[trap](http://webassembly.org/docs/semantics/#traps).
 	[trap](http://webassembly.org/docs/semantics/#traps).
 
 
-	Documentation [RuntimeError](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/RuntimeError) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
+	Documentation [RuntimeError](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/RuntimeError) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/RuntimeError$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
 **/
 **/
 @:native("WebAssembly.RuntimeError")
 @:native("WebAssembly.RuntimeError")
 extern class RuntimeError extends js.lib.Error {
 extern class RuntimeError extends js.lib.Error {

+ 1 - 1
std/js/lib/webassembly/Table.hx

@@ -30,7 +30,7 @@ import haxe.Constraints.Function;
 	which stores function references. A table created by JavaScript or in WebAssembly code will be
 	which stores function references. A table created by JavaScript or in WebAssembly code will be
 	accessible and mutable from both JavaScript and WebAssembly.
 	accessible and mutable from both JavaScript and WebAssembly.
 
 
-	Documentation [Table](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Table) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
+	Documentation [Table](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Table) by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Table$history), licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
 **/
 **/
 @:native("WebAssembly.Table")
 @:native("WebAssembly.Table")
 extern class Table {
 extern class Table {