refactor of pagination controls
This commit is contained in:
@ -3,7 +3,7 @@ define([
|
||||
function(
|
||||
Backbone) {
|
||||
return Backbone.Collection.extend({
|
||||
tagName: 'ul',
|
||||
//tagName: 'ul',
|
||||
url: 'service/lessonoverview.mvc'
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user