Sha256: bcfee76cc23937bc054a3c99063b4f4c510796858b4090dc2eb6bceb1fa9a11c
Contents?: true
Size: 275 Bytes
Versions: 1
Compression:
Stored size: 275 Bytes
Contents
var Restapi = { Routers: {}, Templates: {}, Rendered: false, init: function() { new Restapi.Routers.Documentation(); var base = window.location.pathname; Backbone.history.start({root: base}); } }; $(document).ready(function() { Restapi.init(); });
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
restapi-0.0.3 | app/public/restapi/javascripts/restapi.js |