mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-22 14:02:37 -05: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…
Reference in a new issue