1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-06 17:45:26 +02:00

Spell correction

This commit is contained in:
Joan León 2018-05-22 14:41:54 +02:00 committed by GitHub
parent 7f94483182
commit c8118d5615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,17 +82,17 @@ window.jsLibs = [
},
{
url: 'https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.1/p5.min.js',
label: 'P5.js',
label: 'p5.js',
type: 'js'
},
{
url: 'https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.1/addons/p5.dom.min.js',
label: 'P5.js DOM',
label: 'p5.js DOM',
type: 'js'
},
{
url: 'https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.1/addons/p5.sound.min.js',
label: 'P5.js Sound',
label: 'p5.js Sound',
type: 'js'
}
];