mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-14 20:27:33 +08:00
Revert documentation (caused a bug)
This commit is contained in:
@@ -42,6 +42,11 @@ export default class ISerializer {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {String[]} key
|
||||
* @param {Object} object
|
||||
* @returns {String}
|
||||
*/
|
||||
subWrite(key, object) {
|
||||
let result = ""
|
||||
let fullKey = key.concat("")
|
||||
|
||||
Reference in New Issue
Block a user