Enable strict mode on the pager widget, too.

This commit is contained in:
Dan Wilson 2013-05-13 18:47:38 +01:00
parent 6e12ff511a
commit 38256b455b

View File

@ -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',