Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. var SureHits.Marketplace.Listings = function(config)
  2. {
  3.    this.initialize = function()
  4.    {
  5.       $.ajax({
  6.          success: function(data) {
  7.             __this.other();
  8.          }
  9.       });
  10.    };
  11.  
  12.    var __this = this;
  13.    this.initialize();
  14. };