Skip to content

Instantly share code, notes, and snippets.

@andypotanin
Last active December 31, 2016 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andypotanin/2b09c3162c86cfe8ac460f5e73adc131 to your computer and use it in GitHub Desktop.
Save andypotanin/2b09c3162c86cfe8ac460f5e73adc131 to your computer and use it in GitHub Desktop.
/**
*
*/
(function(doc, require, _) {
//console.log( 'extend-with-title.js', require( 'util' ).inspect( arguments[0], { showHidden: false, depth: 2, colors: true } ) );
_.extend( doc, {
'new_title': 'modified title again!!'
});
return true;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment