Built files from Bizgaze WebServer
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

sammy.pure-latest.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});