Sha256: b504d0ef2e082d24396abae98ed55a992a45f14b8778bf7dd1ea96d5ce4d6187

Contents?: true

Size: 207 Bytes

Versions: 5

Compression:

Stored size: 207 Bytes

Contents

var <%= blueprint[:name] %> = (function() {
  function <%= blueprint[:name] %>() {
    <%= "var optional_variable = #{options[:optional_variable]};" if options %>
  }
  return <%= blueprint[:name] %>;
})();

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
architecture-js-0.3.0 spec/fixtures/templates/test_template_two.js
architecture-js-0.2.3 spec/fixtures/templates/test_template_two.js
architecture-js-0.2.2 spec/fixtures/templates/test_template_two.js
architecture-js-0.2.1 spec/fixtures/templates/test_template_two.js
architecture-js-0.2.0 spec/fixtures/templates/test_template_two.js