Skip to content

Commit

Permalink
Version 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wyuenho committed Jan 21, 2014
1 parent c11a87c commit eea9ba5
Show file tree
Hide file tree
Showing 10 changed files with 280 additions and 518 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 Sat 18 Jan 2014 02:30:27 by <a href='https://github.com/senchalabs/jsduck'>JSDuck</a> 4.10.4.</div>
<div id='footer-content' style='display: none'>Generated on Tue 21 Jan 2014 21:30:13 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.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": 205,
"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.

6 changes: 3 additions & 3 deletions 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.4",
"version": "0.3.5",
"description": "Backgrid.js extension for pagination.",
"homepage": "https://github.com/wyuenho/backgrid-paginator",
"authors": [
Expand All @@ -23,9 +23,9 @@
"tests"
],
"dependencies": {
"backbone-pageable": "~1.4.4",
"backbone-pageable": "~1.4.5",
"backbone": "~1.1.0",
"backgrid": "~0.3.0",
"backgrid": "~0.3.5",
"underscore": "~1.5.2"
}
}
6 changes: 3 additions & 3 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.4",
"version": "0.3.5",
"keywords": [
"backbone",
"backgrid",
Expand All @@ -19,8 +19,8 @@
"dependencies": {
"jashkenas/underscore": "*",
"jashkenas/backbone": "*",
"backbone-paginator/backbone-pageable": "1.4.4",
"wyuenho/backgrid": "0.3.4"
"backbone-paginator/backbone-pageable": "1.4.5",
"wyuenho/backgrid": "0.3.5"
},
"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.4",
"version": "0.3.5",
"description": "Backgrid.js extension for pagination.",
"main": "backgrid-paginator.js",
"scripts": {
Expand Down
Loading

0 comments on commit eea9ba5

Please sign in to comment.