I hereby claim:
- I am jlsuttles on github.
- I am jlsuttles (https://keybase.io/jlsuttles) on keybase.
- I have a public key ASDwJBWeUO5FDFVk6ZwWEblps8JfwcTEs-AEUInoGSFmSwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| //= require application | |
| //= require_tree . | |
| //= require_self | |
| document.write('<div id="ember-testing-container"><div id="ember-testing"></div></div>'); | |
| document.write('<style>#ember-testing-container { position: absolute; background: white; bottom: 0; right: 0; width: 640px; height: 384px; overflow: auto; z-index: 9999; border: 1px solid #ccc; } #ember-testing { zoom: 50%; }</style>'); | |
| App.rootElement = '#ember-testing'; | |
| App.setupForTesting(); | |
| App.injectTestHelpers(); |
This is the code I think I want, but it is never executed.
App.ThumbnailScrollerView = Ember.View.extend({
tagName: "div",
didInsertElement: function() {
return this.get("controller.content").addObserver("isLoaded", function() {
return $(".jThumbnailScroller").thumbnailScroller;
});
}| <dl class="h-g5-configuration"> | |
| <dt>Name</dt> | |
| <dd class="p-name">Feed</dd> | |
| <dt>Category</dt> | |
| <dd class="p-category">Instance</dd> | |
| <dt>Attributes</dt> | |
| <dd class="h-g5-attribute"> | |
| <span class="p-g5-name">username</span> | |
| <span class="p-g5-editable">true</span> | |
| <span class="p-g5-default-value">Twitter Feed</span> |