Version 1
[yaffs-website] / vendor / jcalderonzumba / gastonjs / src / Client / Errors / no_such_window_error.js
diff --git a/vendor/jcalderonzumba/gastonjs/src/Client/Errors/no_such_window_error.js b/vendor/jcalderonzumba/gastonjs/src/Client/Errors/no_such_window_error.js
new file mode 100644 (file)
index 0000000..ee1d5ad
--- /dev/null
@@ -0,0 +1,17 @@
+Poltergeist.NoSuchWindowError = (function (_super) {
+  __extends(NoSuchWindowError, _super);
+
+  function NoSuchWindowError() {
+    _ref2 = NoSuchWindowError.__super__.constructor.apply(this, arguments);
+    return _ref2;
+  }
+
+  NoSuchWindowError.prototype.name = "Poltergeist.NoSuchWindowError";
+
+  NoSuchWindowError.prototype.args = function () {
+    return [];
+  };
+
+  return NoSuchWindowError;
+
+})(Poltergeist.Error);