Skip to content

Commit 01404bb

Browse files
committed
Build: Enable strict mode for runtime files (2/2)
Ref #676
1 parent c2b26fa commit 01404bb

8 files changed

+8
-8
lines changed

src/build/intro-core-runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
}
3434
}( this, function() {
3535

36-
"use strict";
36+
"use strict";

src/build/intro-currency-runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040
}(this, function( Globalize ) {
4141

42-
"use strict";
42+
"use strict";
4343

4444
var formatMessage = Globalize._formatMessage,
4545
runtimeKey = Globalize._runtimeKey,

src/build/intro-date-runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040
}(this, function( Globalize ) {
4141

42-
"use strict";
42+
"use strict";
4343

4444
var createErrorUnsupportedFeature = Globalize._createErrorUnsupportedFeature,
4545
regexpEscape = Globalize._regexpEscape,

src/build/intro-message-runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636
}(this, function( Globalize ) {
3737

38-
"use strict";
38+
"use strict";
3939

4040
var runtimeKey = Globalize._runtimeKey,
4141
validateParameterType = Globalize._validateParameterType;

src/build/intro-number-runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636
}(this, function( Globalize ) {
3737

38-
"use strict";
38+
"use strict";
3939

4040
var createError = Globalize._createError,
4141
regexpEscape = Globalize._regexpEscape,

src/build/intro-plural-runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636
}(this, function( Globalize ) {
3737

38-
"use strict";
38+
"use strict";
3939

4040
var runtimeKey = Globalize._runtimeKey,
4141
validateParameterPresence = Globalize._validateParameterPresence,

src/build/intro-relative-time-runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
}
4242
}(this, function( Globalize ) {
4343

44-
"use strict";
44+
"use strict";
4545

4646
var formatMessage = Globalize._formatMessage,
4747
runtimeKey = Globalize._runtimeKey,

src/build/intro-unit-runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
}
4242
}(this, function( Globalize ) {
4343

44-
"use strict";
44+
"use strict";
4545

4646
var formatMessage = Globalize._formatMessage,
4747
runtimeKey = Globalize._runtimeKey,

0 commit comments

Comments
 (0)