refactor of pagination controls

This commit is contained in:
Jason White
2017-04-06 09:52:31 -04:00
parent 9b7396cb93
commit 2cec95f8d3
7 changed files with 154 additions and 131 deletions

View File

@ -3,7 +3,7 @@ define([
function(
Backbone) {
return Backbone.Collection.extend({
tagName: 'ul',
//tagName: 'ul',
url: 'service/lessonoverview.mvc'
});
});