Sha256: a59ecab4f5dfd93684a7feb41a21113cfc0ad10650badeb50441a6dc4aeb85b0

Contents?: true

Size: 509 Bytes

Versions: 8

Compression:

Stored size: 509 Bytes

Contents

(function() {
  Rev.appExample('Test', {
    mixins: [Rev.Mixins.BackboneStore],
    componentWillMount: function() {
      this.store.loadCollection('conversations', App.Collections.Conversations, []);
      this.store.loadCollection('messages', App.Collections.Messages, []);
      return this.store.loadCollection('users', App.Collections.Users, []);
    },
    render: function() {
      return React.createElement("div", null, React.createElement(App.Components.Test, null));
    }
  });

}).call(this);

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
revelry_core-0.1.12.4 spec/dummy/tmp/jasmine/assets/examples/Test.self.js
revelry_core-0.1.12.2 spec/dummy/tmp/jasmine/assets/examples/Test.self.js
revelry_core-0.1.11.6 spec/dummy/tmp/jasmine/assets/examples/Test.self.js
revelry_core-0.1.10.1 spec/dummy/tmp/jasmine/assets/examples/Test.self.js
revelry_core-0.1.10.0 spec/dummy/tmp/jasmine/assets/examples/Test.self.js
revelry_core-0.1.9.1 spec/dummy/tmp/jasmine/assets/examples/Test.self.js
revelry_core-0.1.9.0 spec/dummy/tmp/jasmine/assets/examples/Test.self.js
revelry_core-0.1.8.0 spec/dummy/tmp/jasmine/assets/examples/Test.self.js