brought file manager back in as a class
This commit is contained in:
parent
93f95741c4
commit
541a3cac74
11 changed files with 539 additions and 6 deletions
3
spec/fixtures/views/lib.js
vendored
Normal file
3
spec/fixtures/views/lib.js
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
function globalLib() {
|
||||
return "fixture";
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue