Sha256: 2443726f9c7fa307c53ebd92903d8a0e10888eb2417b12353583f8a5d56fe609

Contents?: true

Size: 178 Bytes

Versions: 2

Compression:

Stored size: 178 Bytes

Contents

(function() {
  var Test;

  Test = (function() {

    function Test() {
      this.img = $('<img src="/media/my-images.png">');
    }

    return Test;

  })();

}).call(this);

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gumdrop-0.8.0 specs/fixtures/expected/posts/post1.js
gumdrop-0.7.5 specs/fixtures/expected/posts/post1.js