From bd23fbfeccd49a406f6a8d99a21371ad7ade07ba Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 2 Sep 2014 23:46:38 -0400 Subject: Bug 913647: Deploy YUI 3.17.2 for BMO r=glob --- .../datatable-paginator-templates-min.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 js/yui3/datatable-paginator-templates/datatable-paginator-templates-min.js (limited to 'js/yui3/datatable-paginator-templates') diff --git a/js/yui3/datatable-paginator-templates/datatable-paginator-templates-min.js b/js/yui3/datatable-paginator-templates/datatable-paginator-templates-min.js new file mode 100644 index 000000000..2a877afd4 --- /dev/null +++ b/js/yui3/datatable-paginator-templates/datatable-paginator-templates-min.js @@ -0,0 +1,8 @@ +/* +YUI 3.17.2 (build 9c3c78e) +Copyright 2014 Yahoo! Inc. All rights reserved. +Licensed under the BSD License. +http://yuilibrary.com/license/ +*/ + +YUI.add("datatable-paginator-templates",function(e,t){var n=new e.Template,r='',i="<%= buttons %><%= this.classNames.gotoPage %><%= this.classNames.perPage %>",s='',o='
<%== this.buttons %>
',u='
',a='
';e.namespace("DataTable.Templates").Paginator={rowWrapper:n.compile(r),button:n.compile(s),content:n.compile(i),buttons:n.compile(o),gotoPage:n.compile(u),perPage:n.compile(a)}},"3.17.2",{requires:["template"]}); -- cgit v1.2.3-24-g4f1b