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.pure-0.7.6.min.js 539B

12345
  1. // -- Sammy.js -- /plugins/sammy.pure.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","pure"],factory)}else{(window.Sammy=window.Sammy||{}).Pure=factory(window.jQuery,window.Sammy)}})(function($,Sammy){Sammy.Pure=function(app,method_alias){var pure=function(template,data,directives){return $(template).autoRender(data,directives)};if(!method_alias){method_alias="pure"}app.helper(method_alias,pure)};return Sammy.Pure});