Skip to content

Instantly share code, notes, and snippets.

ready(function(model) {
app.on('render', function(ctx) {
// Do your FB and Google+ init here - read more about it (the render event) here: https://github.com/codeparty/derby/commit/bbc33f8b03b7df5c8c070e93ac387971b79b3a98 (first init) and here: https://github.com/codeparty/derby/commit/a1376e57fee148ef3677d5a2aef02626b32ccbc8 (update and more specifics of how it can be used) as well as the History.md for 0.3.11: https://github.com/codeparty/derby/blob/master/History.md
});
});
@cjblomqvist
cjblomqvist / share\lib\client\doc.js
Created October 1, 2015 14:28
Fixes issue with document undefined?
var types = require('../types').ottypes;
var emitter = require('./emitter');
/**
* A Doc is a client's view on a sharejs document.
*
* It is is uniquely identified by its `name` and `collection`. Documents
* should not be created directly. Create them with Connection.get()
*
*
#!/usr/bin/env bash
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
source "$(dirname $0)/../common/functions"
dokku_log_info1 "The different text for the different plugins"