Skip to content

Commit

Permalink
via vim
Browse files Browse the repository at this point in the history
  • Loading branch information
buley committed Nov 29, 2011
1 parent 0e0f70c commit 2c8fae1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified .neural.dev.js.swo
Binary file not shown.
1 change: 0 additions & 1 deletion neural.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -2194,7 +2194,6 @@ var Neural = (function() {

if ( 'undefined' !== typeof cached_synapse_id && null !== cached_synapse_id ) {
var cached_synapse = Cache.get( { 'key': ( 'synapses.data.' + cached_synapse_id ) } );
console.log("CAMP BUDDY",JSON.stringify({ 'key': ( 'synapses.data.' + cached_synapse_id ) }), cached_synapse );
}
if ( ( 'undefined' === typeof cached_synapse || null === cached_synapse ) && new_synapse_data !== cached_synapse ) {

Expand Down

0 comments on commit 2c8fae1

Please sign in to comment.