name "Exponent Extension"
This commit is contained in:
parent
03b8e22978
commit
79a5a4ff68
1 changed files with 1 additions and 1 deletions
|
@ -26,5 +26,5 @@ new (function() {
|
||||||
};
|
};
|
||||||
|
|
||||||
// Register the extension
|
// Register the extension
|
||||||
ScratchExtensions.register('Power Extension', descriptor, ext);
|
ScratchExtensions.register('Exponent Extension', descriptor, ext);
|
||||||
})();
|
})();
|
||||||
|
|
Reference in a new issue