Skip to content

Commit

Permalink
Version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wyuenho committed Jan 14, 2014
1 parent fdb9279 commit c955aff
Show file tree
Hide file tree
Showing 11 changed files with 86 additions and 80 deletions.
2 changes: 1 addition & 1 deletion api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h3>Paginator</h3>



<div id='footer-content' style='display: none'>Generated on Sun 12 Jan 2014 00:46:16 by <a href='https://github.com/senchalabs/jsduck'>JSDuck</a> 4.10.4.</div>
<div id='footer-content' style='display: none'>Generated on Tue 14 Jan 2014 18:33:26 by <a href='https://github.com/senchalabs/jsduck'>JSDuck</a> 4.10.4.</div>



Expand Down
2 changes: 1 addition & 1 deletion api/output/Backgrid.Extension.PageHandle.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Ext.data.JsonP.Backgrid_Extension_PageHandle({

]
},
"linenr": 24,
"linenr": 26,
"files": [
{
"filename": "backgrid-paginator.js",
Expand Down
2 changes: 1 addition & 1 deletion api/output/Backgrid.Extension.Paginator.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Ext.data.JsonP.Backgrid_Extension_Paginator({

]
},
"linenr": 194,
"linenr": 196,
"files": [
{
"filename": "backgrid-paginator.js",
Expand Down
2 changes: 1 addition & 1 deletion backgrid-paginator.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"backgrid-paginator.js",
"backgrid-paginator.css"
],
"version": "0.3.2",
"version": "0.3.3",
"description": "Backgrid.js extension for pagination.",
"homepage": "https://github.com/wyuenho/backgrid-paginator",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "backgrid-paginator",
"repo": "wyuenho/backgrid-paginator",
"description": "Backgrid.js extension for pagination.",
"version": "0.3.2",
"version": "0.3.3",
"keywords": [
"backbone",
"backgrid",
Expand All @@ -20,7 +20,7 @@
"jashkenas/underscore": "*",
"jashkenas/backbone": "*",
"backbone-paginator/backbone-pageable": "1.4.4",
"wyuenho/backgrid": "0.3.2"
"wyuenho/backgrid": "0.3.3"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backgrid-paginator",
"version": "0.3.2",
"version": "0.3.3",
"description": "Backgrid.js extension for pagination.",
"main": "backgrid-paginator.js",
"scripts": {
Expand Down
10 changes: 8 additions & 2 deletions test/coverage/ckgrid-paginator.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,9 @@ <h2>
414
415
416
417</td><td class="line-coverage"><span class="cline-any cline-neutral">&nbsp;</span>
417
418
419</td><td class="line-coverage"><span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
Expand Down Expand Up @@ -679,6 +681,8 @@ <h2>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-yes">1</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
Expand Down Expand Up @@ -1053,6 +1057,8 @@ <h2>
}
&nbsp;
}(this, function (_, Backbone, Backgrid) {
&nbsp;
"use strict";
&nbsp;
/**
PageHandle is a class that renders the actual page handles and reacts to
Expand Down Expand Up @@ -1452,7 +1458,7 @@ <h2>

</div>
<div class="footer">
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sun Jan 12 2014 00:46:18 GMT+0800 (HKT)</div>
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Tue Jan 14 2014 18:33:28 GMT+0800 (HKT)</div>
</div>

<script src="../prettify.js"></script>
Expand Down
Loading

0 comments on commit c955aff

Please sign in to comment.