Sha256: d81b29abf4d6e8e495d7133588eadb7b3d723b4592f46581d4171ed156ae44cf

Contents?: true

Size: 227 Bytes

Versions: 22

Compression:

Stored size: 227 Bytes

Contents

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

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
architecture-js-0.6.3 spec/fixtures/templates/test_template_two.js
architecture-js-0.6.2 spec/fixtures/templates/test_template_two.js
architecture-js-0.6.1 spec/fixtures/templates/test_template_two.js
architecture-js-0.6.0 spec/fixtures/templates/test_template_two.js
architecture-js-0.5.8 spec/fixtures/templates/test_template_two.js
architecture-js-0.5.7 spec/fixtures/templates/test_template_two.js
architecture-js-0.5.6 spec/fixtures/templates/test_template_two.js
architecture-js-0.5.5 spec/fixtures/templates/test_template_two.js
architecture-js-0.5.4 spec/fixtures/templates/test_template_two.js
architecture-js-0.5.3 spec/fixtures/templates/test_template_two.js
architecture-js-0.5.2 spec/fixtures/templates/test_template_two.js
architecture-js-0.5.1 spec/fixtures/templates/test_template_two.js
architecture-js-0.5.0 spec/fixtures/templates/test_template_two.js
architecture-js-0.4.0 spec/fixtures/templates/test_template_two.js
architecture-js-0.3.8 spec/fixtures/templates/test_template_two.js
architecture-js-0.3.7 spec/fixtures/templates/test_template_two.js
architecture-js-0.3.6 spec/fixtures/templates/test_template_two.js
architecture-js-0.3.5 spec/fixtures/templates/test_template_two.js
architecture-js-0.3.4 spec/fixtures/templates/test_template_two.js
architecture-js-0.3.3 spec/fixtures/templates/test_template_two.js