Sha256: f737e8b581004235b24f3e5bc6ad3686d4aa4f3a06fd2d564365f449c1ba4dbe

Contents?: true

Size: 279 Bytes

Versions: 1

Compression:

Stored size: 279 Bytes

Contents

// Generated by CoffeeScript 1.6.2
(function() {
  var myScript;

  myScript = {
    init: function() {
      return alert('hello');
    }
  };

  myScript.init();

  myScript = {
    init: function() {
      return alert('hello');
    }
  };

  myScript.init();

}).call(this);

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
staticise-0.5.10 public/js/app.js