Built files from Bizgaze WebServer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

sammy.path_location_proxy-latest.min.js 671B

12345
  1. // -- Sammy.js -- /plugins/sammy.path_location_proxy.js
  2. // http://sammyjs.org
  3. // Version: 0.7.6
  4. // Built: 2014-08-26 10:45:33 +0300
  5. (function(factory){if(typeof define==="function"&&define.amd){define(["jquery","sammy"],factory)}else{(window.Sammy=window.Sammy||{}).PathLocationProxy=factory(window.jQuery,window.Sammy)}})(function($,Sammy){Sammy.PathLocationProxy=function(app){this.app=app};$.extend(Sammy.PathLocationProxy.prototype,{bind:function(){},unbind:function(){},getLocation:function(){return[window.location.pathname,window.location.search].join("")},setLocation:function(new_location){return window.location=new_location}});return Sammy.PathLocationProxy});