Skip to content

Instantly share code, notes, and snippets.

@mike623
Created January 4, 2016 02:39
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save mike623/4b5be7ba53ef16880e60 to your computer and use it in GitHub Desktop.
... application
Template.ListViewDisplay.onRendered(function () {
this.autorun(function(){
Tracker.afterFlush(function () {
Meteor.defer(function (argument) {
$(".listView-Item--content").dotdotdot({});
})
})
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment