Sha256: 552e8f88ec923bbb39880f643380ee847a810c99bd7d028b32cf57631f83e7c1

Contents?: true

Size: 187 Bytes

Versions: 1

Compression:

Stored size: 187 Bytes

Contents

var <%= @class_name %>View = View.extend({
    init: function(win, controller) {
        this._super(win, controller);

        this.layout();
    },

    layout: function() {

    }

});

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
puer-0.0.6 lib/puer/generators/templates/view.tt