mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-13 06:57:28 +08:00
Past nodes fixed, codestyle
This commit is contained in:
@@ -9,7 +9,6 @@ export default class Utility {
|
||||
return getComputedStyle(element).getPropertyValue('--ueb-scale')
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Sets a value in an object
|
||||
* @param {String[]} keys The chained keys to access from object in order to set the value
|
||||
@@ -33,7 +32,6 @@ export default class Utility {
|
||||
return false
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Gets a value from an object, gives defaultValue in case of failure
|
||||
* @param {Object} source Object holding the data
|
||||
|
||||
Reference in New Issue
Block a user