Enable strict mode on the pager widget, too.
This commit is contained in:
parent
6e12ff511a
commit
38256b455b
@ -4,6 +4,7 @@ this.recline = this.recline || {};
|
||||
this.recline.View = this.recline.View || {};
|
||||
|
||||
(function($, my) {
|
||||
"use strict";
|
||||
|
||||
my.Pager = Backbone.View.extend({
|
||||
className: 'recline-pager',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user