Skip to content

Instantly share code, notes, and snippets.

var Shoneys = (function(){
var _this;
function Shoneys(){
_this = this;
}
Shoneys.prototype.init = function(){
return 1;
}
/* class Location
* @author : Chad Steele
* grabs userLocation from either browser or external API Call and matches with
* the nearest store using a local service call.
* ============================================================================== */
var Location = (function(){
var _this;