Sha256: bda87dbb0fe0e30d74f9d63a2cc8c288d536591f4e92d7f622315f0ad36e478d

Contents?: true

Size: 140 Bytes

Versions: 10

Compression:

Stored size: 140 Bytes

Contents

Netzke.ComponentWithIncludedJs = Ext.extend(Ext.Panel, {
  updateBodyWithMessage: function(message) {
    this.body.update(message);
  }
});

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
netzke-core-0.7.1 test/rails_app/app/components/included.js
netzke-core-0.6.7 test/rails_app/app/components/included.js
netzke-core-0.7.0 test/rails_app/app/components/included.js
netzke-core-0.6.6 test/rails_app/app/components/included.js
netzke-core-0.6.5 test/rails_app/app/components/included.js
netzke-core-0.6.4 test/rails_app/app/components/included.js
netzke-core-0.6.3 test/rails_app/app/components/included.js
netzke-core-0.6.2 test/rails_app/app/components/included.js
netzke-core-0.6.1 test/rails_app/app/components/included.js
netzke-core-0.6.0 test/rails_app/app/components/included.js