vigetlabs / washi

A simple, backbone inspired view helper.
http://vigetlabs.github.io/washi/docs/washi
MIT License
5 stars 2 forks source link

Add precondition for mixins #4

Closed nhunzaker closed 10 years ago

nhunzaker commented 10 years ago

Something like:


var Mixin = Washi.extend({
    precondition: function() {
        return true;
    }
});