js: Add empty source and test files

This commit is contained in:
Stein Magnus Jodal 2012-11-29 00:21:16 +01:00
parent a539006d8b
commit defc44b747
2 changed files with 6 additions and 0 deletions

2
js/src/mopidy.js Normal file
View File

@ -0,0 +1,2 @@
/*global bane:false, when:false*/

4
js/test/mopidy-test.js Normal file
View File

@ -0,0 +1,4 @@
/*global when:false, buster:false, assert:false, refute:false, Mopidy:false*/
buster.testCase("Mopidy", {
});