From f2fab498303e00d199cb3d19a008670e214d5c10 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Tue, 22 Oct 2013 14:41:21 -0700 Subject: style: make jshint happy --- src/ngLocale/angular-locale_af.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ngLocale/angular-locale_af.js') diff --git a/src/ngLocale/angular-locale_af.js b/src/ngLocale/angular-locale_af.js index d8f84509..aacbefd8 100644 --- a/src/ngLocale/angular-locale_af.js +++ b/src/ngLocale/angular-locale_af.js @@ -1,3 +1,4 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; $provide.value("$locale", { -- cgit v1.2.3