Sha256: ef24aacc23ad0f13df6b61676a287d2fe997d7b7af0d6396a40ef053d80a1d47
Contents?: true
Size: 244 Bytes
Versions: 2
Compression:
Stored size: 244 Bytes
Contents
(function() { var myScript; myScript = { init: function() { return alert('hello'); } }; myScript.init(); myScript = { init: function() { return alert('hello'); } }; myScript.init(); }).call(this);
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
staticise-0.5.9 | public/js/app.js |
staticise-0.5.8 | public/js/app.js |