From 326e3a6712cddd5e7a593b6aeaecee8fb30048e1 Mon Sep 17 00:00:00 2001 From: Jimmy Yuen Ho Wong Date: Sun, 12 Jan 2014 00:45:50 +0800 Subject: [PATCH] Remove use strict so it works on firefox --- backgrid-paginator.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/backgrid-paginator.js b/backgrid-paginator.js index bec164e..c311206 100644 --- a/backgrid-paginator.js +++ b/backgrid-paginator.js @@ -21,8 +21,6 @@ }(this, function (_, Backbone, Backgrid) { - "use strict"; - /** PageHandle is a class that renders the actual page handles and reacts to click events for pagination.