Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. define([
  2. "underscore",
  3. "backbone",
  4. "util",
  5. "modules/views/customerprofile"
  6. ], function (_, Backbone, util, CustomerProfile) {
  7.  
  8. return Backbone.View.extend(
  9. {
  10.  
  11. initialize: function (options) {
  12. // what the fuck is options here?
  13.  
  14. },
  15. }
  16. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement