Merge pull request #84 from savaka2/rename-power-extension
Fix power extension name
This commit is contained in:
commit
b60153fe05
1 changed files with 2 additions and 2 deletions
|
@ -26,5 +26,5 @@ new (function() {
|
||||||
};
|
};
|
||||||
|
|
||||||
// Register the extension
|
// Register the extension
|
||||||
ScratchExtensions.register('Sample extension', descriptor, ext);
|
ScratchExtensions.register('Exponent Extension', descriptor, ext);
|
||||||
})();
|
})();
|
||||||
|
|
Reference in a new issue