Skip to content

Commit

Permalink
Linting code
Browse files Browse the repository at this point in the history
  • Loading branch information
finnsson committed Feb 16, 2013
1 parent 49f5e98 commit 685b613
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pager.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@
*/
p.find = function (key) {
return ko.computed(function () {
try {
var k = _ko.value(key);
var currentRoot = this;
if(k.substring(0, 1) === '/') {
Expand All @@ -416,10 +415,6 @@
currentRoot = currentRoot.child(r)();
});
return currentRoot;
} catch(e) {
console.error(e);
return null;
}
}, this);
};

Expand Down

0 comments on commit 685b613

Please sign in to comment.