balderdashy / mast

UI conventions built on top of Backbone.JS
MIT License
81 stars 14 forks source link

"validateBackboneInstance" called before being defined #130

Closed ghost closed 11 years ago

ghost commented 11 years ago

function validateBackboneInstance (type) { ... } Is defined after being called causing a reference error.

Around line 9704

mikermcneil commented 11 years ago

Hey @RobertA -- just checked in on this. Apparently Firefox doesn't like the postfix function definition?