summaryrefslogtreecommitdiff
path: root/lib/Exception/DumpException.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Exception/DumpException.js')
-rw-r--r--lib/Exception/DumpException.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Exception/DumpException.js b/lib/Exception/DumpException.js
index e75aa99..5d83338 100644
--- a/lib/Exception/DumpException.js
+++ b/lib/Exception/DumpException.js
@@ -1,4 +1,4 @@
-// Generated by CoffeeScript 1.7.1
+// Generated by CoffeeScript 1.8.0
var DumpException,
__hasProp = {}.hasOwnProperty,
__extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };