diff --git a/downloads/opentip-jquery-excanvas.js b/downloads/opentip-jquery-excanvas.js index f814d31..d38caaa 100644 --- a/downloads/opentip-jquery-excanvas.js +++ b/downloads/opentip-jquery-excanvas.js @@ -1847,7 +1847,7 @@ if (!document.createElement('canvas').getContext) { var Z2 = Z / 2; /** - * This funtion is assigned to the elements as element.getContext(). + * This function is assigned to the elements as element.getContext(). * @this {HTMLElement} * @return {CanvasRenderingContext2D_} */ diff --git a/downloads/opentip-native-excanvas.js b/downloads/opentip-native-excanvas.js index cf74da9..dcc46d1 100644 --- a/downloads/opentip-native-excanvas.js +++ b/downloads/opentip-native-excanvas.js @@ -2034,7 +2034,7 @@ if (!document.createElement('canvas').getContext) { var Z2 = Z / 2; /** - * This funtion is assigned to the elements as element.getContext(). + * This function is assigned to the elements as element.getContext(). * @this {HTMLElement} * @return {CanvasRenderingContext2D_} */ @@ -3114,4 +3114,4 @@ if (objCtr.defineProperty) { WindowPrototype[dispatchEvent] = DocumentPrototype[dispatchEvent] = ElementPrototype[dispatchEvent] = function (eventObject) { return this.fireEvent("on" + eventObject.type, eventObject); }; -})(Window.prototype, HTMLDocument.prototype, Element.prototype, "addEventListener", "removeEventListener", "dispatchEvent", []); \ No newline at end of file +})(Window.prototype, HTMLDocument.prototype, Element.prototype, "addEventListener", "removeEventListener", "dispatchEvent", []); diff --git a/downloads/opentip-prototype-excanvas.js b/downloads/opentip-prototype-excanvas.js index 1221f9f..c9f8ee5 100644 --- a/downloads/opentip-prototype-excanvas.js +++ b/downloads/opentip-prototype-excanvas.js @@ -1876,7 +1876,7 @@ if (!document.createElement('canvas').getContext) { var Z2 = Z / 2; /** - * This funtion is assigned to the elements as element.getContext(). + * This function is assigned to the elements as element.getContext(). * @this {HTMLElement} * @return {CanvasRenderingContext2D_} */