inventid / tails

Models on the fly!
MIT License
1 stars 0 forks source link

Add fallback to get funtion name in IE #51

Closed joostverdoorn closed 9 years ago

joostverdoorn commented 9 years ago

IE doesn't support function.name, which we rely on in tails when generating foreign keys and urls. This commit adds a fallback where we execute a regular expression over the tostring of a function

joostverdoorn commented 9 years ago

@rogierslag please review

rogierslag commented 9 years ago

:+1: