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