1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-12 19:54:31 +02:00

control section

This commit is contained in:
Pomax
2015-12-29 16:59:12 -08:00
parent fd0d07a4be
commit 54fb8b2cef
17 changed files with 1403 additions and 566 deletions

4
lib/noop.js Normal file
View File

@@ -0,0 +1,4 @@
/**
* because somethings you just need a no-op
*/
module.exports = function noop() {};