mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-05-16 08:20:56 -04:00
Delete unused primitives stub
This commit is contained in:
parent
389d112729
commit
f1375ef44f
2 changed files with 0 additions and 13 deletions
|
@ -1,5 +0,0 @@
|
||||||
function Primitives () {
|
|
||||||
// @todo
|
|
||||||
}
|
|
||||||
|
|
||||||
module.exports = Primitives;
|
|
|
@ -1,8 +0,0 @@
|
||||||
var test = require('tap').test;
|
|
||||||
var Primatives = require('../../src/engine/primatives');
|
|
||||||
|
|
||||||
test('spec', function (t) {
|
|
||||||
t.type(Primatives, 'function');
|
|
||||||
// @todo
|
|
||||||
t.end();
|
|
||||||
});
|
|
Loading…
Add table
Add a link
Reference in a new issue