paginationator
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -77,3 +77,4 @@ 'use strict'; | ||
return self.first && self.first.current; | ||
} | ||
}, | ||
set: function () {} | ||
}); | ||
@@ -85,3 +86,4 @@ | ||
return this.idx + 1; | ||
} | ||
}, | ||
set: function () {} | ||
}); | ||
@@ -93,3 +95,4 @@ | ||
return self.last && self.last.current; | ||
} | ||
}, | ||
set: function () {} | ||
}); | ||
@@ -101,3 +104,4 @@ | ||
return self.total; | ||
} | ||
}, | ||
set: function () {} | ||
}); | ||
@@ -104,0 +108,0 @@ |
{ | ||
"name": "paginationator", | ||
"description": "Paginate an array into pages of items.", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"homepage": "https://github.com/doowb/paginationator", | ||
@@ -17,2 +17,5 @@ "author": "Brian Woodward (https://github.com/doowb)", | ||
"main": "index.js", | ||
"browser": { | ||
"./lib/utils.js": "./lib/utils-browser.js" | ||
}, | ||
"engines": { | ||
@@ -19,0 +22,0 @@ "node": ">=0.10.0" |
11535
8
253