brought file manager back in as a class

This commit is contained in:
Chris Anderson 2008-08-02 00:03:54 -07:00
parent 93f95741c4
commit 541a3cac74
11 changed files with 539 additions and 6 deletions

3
spec/fixtures/views/lib.js vendored Normal file
View file

@ -0,0 +1,3 @@
function globalLib() {
return "fixture";
};