summaryrefslogtreecommitdiff
path: root/src/static/js/html10n.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/js/html10n.js')
-rw-r--r--src/static/js/html10n.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/static/js/html10n.js b/src/static/js/html10n.js
index 050601d1..90d51e22 100644
--- a/src/static/js/html10n.js
+++ b/src/static/js/html10n.js
@@ -82,11 +82,11 @@ window.html10n = (function(window, document, undefined) {
// fix Array.prototype.forEach in IE
if (!('forEach' in Array.prototype)) {
- Array.prototype.forEach= function(action, that /*opt*/) {
- for (var i= 0, n= this.length; i<n; i++)
- if (i in this)
- action.call(that, this[i], i, this);
- };
+ Array.prototype.forEach= function(action, that /*opt*/) {
+ for (var i= 0, n= this.length; i<n; i++)
+ if (i in this)
+ action.call(that, this[i], i, this);
+ };
}
/**