Skip to content

Commit

Permalink
Merge pull request #629 in TINYMCE/tinymce from type-error-04-06-18 t…
Browse files Browse the repository at this point in the history
…o master

* commit '32c1c1da95f3dfa53cfd12ea39cf67991b909ce1':
  type-error-04-06-18: quick fix to allow tinymce to build again
  • Loading branch information
spocke committed Jun 4, 2018
2 parents 704de44 + 32c1c1d commit f5da8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/main/ts/api/html/Node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class Node {
* @param {String} value Optional value to set.
* @return {String/tinymce.html.Node} String or undefined on a get operation or the current node on a set operation.
*/
public attr (name: string, value?: string): String | Node {
public attr (name: any, value?: string): String | Node {
const self = this;
let attrs: Attributes, i;

Expand Down

0 comments on commit f5da8a1

Please sign in to comment.