Backbone uses proper prototypal inheritance ... so I'm not sure which "most libraries" he's comparing to there.
In fact, Spine doesn't use "JavaScript's native prototypal inheritance", which, if we're being honest, is the use of constructor functions with prototype properties. It uses an emulated version of Object.create: