A class which you can use with Mixen to prevent your Backbone models
from saving too frequently.
class MyModel extends Mixen(Mixen.Model.Throttle, Backbone.Model)
minSaveInterval: 500
# Treat it like a normal model
# It won't save more than every 500ms