Update search icon and avatar SVG (#345)

This commit is contained in:
Sam El-Husseini
2018-02-26 10:43:29 -08:00
committed by GitHub
parent 33dcb6deee
commit a60958f72a
11 changed files with 73 additions and 102 deletions

View File

@ -55,7 +55,8 @@ declare namespace control {
* @param mode optional definition of how the event should be processed after construction.
*/
//% weight=21 blockGap=12 blockId="control_raise_event"
//% block="raise event|from %src|with value %value" blockExternalInputs=1 shim=control::raiseEvent
//% block="raise event|from %src|with value %value" blockExternalInputs=1
//% help=control/raise-event shim=control::raiseEvent
function raiseEvent(src: int32, value: int32): void;
/**