Sha256: 994694a9bf3c4bd964b69c8829e273bfe5ac45c4800fc7fdf9a9a19bf7cee116

Contents?: true

Size: 335 Bytes

Versions: 3

Compression:

Stored size: 335 Bytes

Contents

/*jsl:import coherent-debug.js*/


/**

 */
<%= namespace.empty? ? "var " : ""%><%=full_name%>= Class.create(coherent.KVO, {

    sampleProperty: function()
    {
        return this.__sampleProperty;
    },
    
    setSampleProperty: function(newSampleProperty)
    {
        this.__sampleProperty= newSampleProperty;
    }
    
});

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
coherent-0.6.1 generators/class/templates/@name@.js.erb
coherent-0.6.0 generators/class/templates/@name@.js.erb
coherent-0.4.3 generators/class/templates/@name@.js.erb