Skip to content

Instantly share code, notes, and snippets.

View 143mailliw's full-sized avatar

William Whittaker 143mailliw

View GitHub Profile
@143mailliw
143mailliw / ScratchJSBlocks.js
Last active August 29, 2015 14:22
Adds blocks
(function(ext) {
ext._shutdown = function() {
};
ext._getStatus = function() {
return {status: 2, msg: 'Installed and Ready'};
};
var descriptor = {
blocks: [