Skip to content

Instantly share code, notes, and snippets.

@DimitarChristoff
Last active December 31, 2015 12:39

Revisions

  1. DimitarChristoff revised this gist Dec 16, 2013. 1 changed file with 8 additions and 8 deletions.
    16 changes: 8 additions & 8 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,10 @@
    primish({
    /**
    *
    * @returns {string}
    * @private
    */
    _whoIsSlag: function(){
    return 'Kentaromiura';
    }
    /**
    *
    * @returns {string}
    * @private
    */
    _whoIsSlag: function(){
    return 'Kentaromiura';
    }
    });
  2. DimitarChristoff created this gist Dec 16, 2013.
    10 changes: 10 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    primish({
    /**
    *
    * @returns {string}
    * @private
    */
    _whoIsSlag: function(){
    return 'Kentaromiura';
    }
    });