mirror of
https://github.com/google/blockly.git
synced 2025-12-16 14:20:10 +01:00
fix: Correct errors in HSV_SATURATION, HSV_VALUE accessors (#7297)
* fix: Correct errors in HSV_SATURATION, HSV_VALUE accessors Fix the comment / message errors noted in https://github.com/google/blockly/pull/7249#issuecomment-1638645810 * chore: Add renamings for HSV_SATURATION, HSV_VALUE
This commit is contained in:
committed by
GitHub
parent
d503fbb409
commit
1bc4f67d78
@@ -1577,5 +1577,23 @@
|
||||
},
|
||||
],
|
||||
|
||||
'10.0.1': [
|
||||
{
|
||||
oldName: 'Blockly',
|
||||
exports: {
|
||||
HSV_SATURATION: {
|
||||
newModule: 'Blockly.utils.colour',
|
||||
getMethod: 'getHsvSaturation',
|
||||
setMethod: 'setHsvSaturation',
|
||||
},
|
||||
HSV_VALUE: {
|
||||
newModule: 'Blockly.utils.colour',
|
||||
getMethod: 'getHsvValue',
|
||||
setMethod: 'setHsvValue',
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
'develop': [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user