You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Uncaught TypeError: undefinedisnota functionmessage: "undefined is not a function"stack: (...)getstack: function(){[nativecode]}set stack: function(){[nativecode]}__proto__: Error
I am not sure if helper functions (like copy(), forEach() etc) are supposed to support objects created with Object.create(null) (such as those created by Angular's internal createMap()), but fixing copy() and forEach() seems fairly trivial:
Replace xyz.hasOwnProperty(...) with hasOwnProperty.call(xyz, ...) in here and there.
(Note that both fixes are necessary for copy(),since it might call forEach() internally.) Seems like you already did 😃
mohsen1
added a commit
to swagger-api/swagger-editor
that referenced
this issue
Nov 19, 2014
In Angular 1.3.2 following throws an error:
Error thrown:
Line of code related
The text was updated successfully, but these errors were encountered: