Skip to content

Commit

Permalink
Version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wyuenho committed Jan 11, 2014
1 parent 326e3a6 commit 4ceaacb
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 18 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 Fri 10 Jan 2014 13:44:31 by <a href='https://github.com/senchalabs/jsduck'>JSDuck</a> 4.10.4.</div>
<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>



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": 26,
"linenr": 24,
"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": 196,
"linenr": 194,
"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.1",
"version": "0.3.2",
"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.1",
"version": "0.3.2",
"keywords": [
"backbone",
"backgrid",
Expand All @@ -20,7 +20,7 @@
"jashkenas/underscore": "*",
"jashkenas/backbone": "*",
"backbone-paginator/backbone-pageable": "1.4.4",
"wyuenho/backgrid": "0.3.1"
"wyuenho/backgrid": "0.3.2"
},
"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.1",
"version": "0.3.2",
"description": "Backgrid.js extension for pagination.",
"main": "backgrid-paginator.js",
"scripts": {
Expand Down
10 changes: 2 additions & 8 deletions test/coverage/ckgrid-paginator.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -615,9 +615,7 @@ <h2>
414
415
416
417
418
419</td><td class="line-coverage"><span class="cline-any cline-neutral">&nbsp;</span>
417</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 @@ -681,8 +679,6 @@ <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 @@ -1057,8 +1053,6 @@ <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 @@ -1458,7 +1452,7 @@ <h2>

</div>
<div class="footer">
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Fri Jan 10 2014 13:44:34 GMT+0800 (HKT)</div>
<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>

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

0 comments on commit 4ceaacb

Please sign in to comment.