@devexpress/utils
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -49,3 +49,3 @@ "use strict"; | ||
AttrUtils.restoreElementStyleAttribute = function (obj, attrName) { | ||
var savedAttrName = "saved" + attrName; | ||
var savedAttrName = "dxwu_saved" + attrName; | ||
var style = obj.style; | ||
@@ -64,3 +64,3 @@ if (AttrUtils.isExistsAttributeInElement(obj, savedAttrName)) { | ||
AttrUtils.saveStyleAttributeInElement = function (obj, attrName) { | ||
var savedAttrName = "saved" + attrName; | ||
var savedAttrName = "dxwu_saved" + attrName; | ||
var style = obj.style; | ||
@@ -67,0 +67,0 @@ if (!AttrUtils.isExistsAttributeInElement(obj, savedAttrName)) { |
{ | ||
"name": "@devexpress/utils", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "DevExpress utils", | ||
@@ -5,0 +5,0 @@ "author": "DevExpress Inc.", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
841142