can someone explain what for export variable:
copied from backbone.js, I also noticed that spine.js uses the same template.
https://gist.github.com/1375748
var Backbone; if (typeof exports !== 'undefined') { Backbone = exports; } else { Backbone = root.Backbone = {}; }
Xiaotian Guo
source share