This is an automated email from the ASF dual-hosted git repository.

harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git


The following commit(s) were added to refs/heads/develop by this push:
     new b50b80f  Added overflowX and overflowY
b50b80f is described below

commit b50b80fa675d06c5b8e9145b1b3f2e54784f25a8
Author: Harbs <ha...@in-tools.com>
AuthorDate: Mon Feb 12 13:44:25 2018 +0200

    Added overflowX and overflowY
---
 js/src/main/patch/js.patch | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/js/src/main/patch/js.patch b/js/src/main/patch/js.patch
index 1f8d551..aa67157 100644
--- a/js/src/main/patch/js.patch
+++ b/js/src/main/patch/js.patch
@@ -54,6 +54,28 @@ index 1b8a25a..0d92668 100644
   * @see http://www.ecma-international.org/ecma-262/6.0/#sec-gettemplateobject
   */
  var ITemplateArray = function() {};
+diff --git a/w3c_css.js b/w3c_css.js
+index d27743c3..36e6fcbd 100644
+--- a/js/target/downloads/browser/w3c_css.js
++++ b/js/target/downloads/browser/w3c_css.js
+@@ -1525,6 +1525,17 @@ CSSProperties.prototype.outlineWidth;
+  */
+ CSSProperties.prototype.overflow;
+
++/**
++ * @type {string}
++ * @see https://drafts.csswg.org/css-overflow-3/#propdef-overflow-x
++ */
++CSSProperties.prototype.overflowX;
++/**
++ * @type {string}
++ * @see https://drafts.csswg.org/css-overflow-3/#propdef-overflow-y
++ */
++CSSProperties.prototype.overflowY;
++
+ /**
+  * @type {string|number}
+  * @see 
http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSProperties-padding
 diff --git a/js/target/downloads/svg.js b/js/target/downloads/svg.js
 index a13180c..48115b3 100644
 --- a/js/target/downloads/svg.js

-- 
To stop receiving notification emails like this one, please contact
ha...@apache.org.

Reply via email to