Skip to content
Permalink
Branch: master
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
15 lines (11 sloc) 268 Bytes
var myNodeLikesApp;
function startup () {
console.log ("startup");
var options = {
flPrepend: false,
addTheWordLikes: false
};
myNodeLikesApp = new nodeLikesApp (options, function () {
console.log ("startup: all the likes have been set up.");
});
}
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.