Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Make error dialog overridable
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
framer/Debug.coffee
|
@@ -81,4 +81,4 @@ errorWarning = (event) -> |
|
|
|
|
|
_errorWarningLayer = layer |
|
|
|
|
|
window.addEventListener("error", errorWarning) |
|
|
window.error = errorWarning |