summaryrefslogtreecommitdiff
path: root/lib/Inline.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Inline.js')
-rw-r--r--lib/Inline.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Inline.js b/lib/Inline.js
index 84efcec..01f25cf 100644
--- a/lib/Inline.js
+++ b/lib/Inline.js
@@ -1,4 +1,4 @@
-// Generated by CoffeeScript 1.7.1
+// Generated by CoffeeScript 1.8.0
var DumpException, Escaper, Inline, ParseException, Pattern, Unescaper, Utils,
__indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; };
@@ -276,7 +276,7 @@ Inline = (function() {
};
Inline.parseMapping = function(mapping, context) {
- var $value, done, i, key, len, output, shouldContinueWhileLoop, value;
+ var done, i, key, len, output, shouldContinueWhileLoop, value;
output = {};
len = mapping.length;
i = context.i;
@@ -314,7 +314,7 @@ Inline = (function() {
done = true;
break;
case '{':
- $value = this.parseMapping(mapping, context);
+ value = this.parseMapping(mapping, context);
i = context.i;
if (output[key] === void 0) {
output[key] = value;