muu

DEPRECATED lightweight JS framework
git clone https://git.ce9e.org/muu.git

commit
c339fede2378f73c36185bf1f8c0c4cbe647ba3e
parent
6289083659e7bdaee1dbb854867d591a1d9e31fe
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-08-28 14:35
make blanket optional

Diffstat

M test/run.js 10 ++++++----

1 files changed, 6 insertions, 4 deletions


diff --git a/test/run.js b/test/run.js

@@ -1,9 +1,11 @@
    1     1 mocha.setup('bdd');
    2     2 
    3    -1 if (location.search.indexOf('coverage=no') === -1) {
    4    -1     blanket.options('filter', 'muu');
    5    -1 } else {
    6    -1     blanket.options('filter', 'nonexistent');
   -1     3 if (window.blanket) {
   -1     4     if (location.search.indexOf('coverage=no') === -1) {
   -1     5         blanket.options('filter', 'muu');
   -1     6     } else {
   -1     7         blanket.options('filter', 'nonexistent');
   -1     8     }
    7     9 }
    8    10 
    9    11 require({