Guest User

Untitled

a guest
Jan 21st, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. //= require_self
  2. //= require sproutcore
  3. //= require my_other_library
  4. //= require_tree ./test
  5.  
  6. // Some trivial stubs that allow all the above to load gracefully without a browser.
  7. document = {};
  8. jQuery = function(){return {ready: function(){}}};
Add Comment
Please, Sign In to add comment