Skip to content
This repository has been archived by the owner on Oct 14, 2018. It is now read-only.

Commit

Permalink
Merge pull request #3 from OSWeekends/dev
Browse files Browse the repository at this point in the history
Cerrar milestone v0.1.0
  • Loading branch information
UlisesGascon authored Nov 6, 2017
2 parents be09def + 23bd0c1 commit 35acbab
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions coolsola.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
var coolsola = {};

// Config
coolsola.setup = {
mute: false
};

// Métodos
coolsola.msg = function(data){
if(!coolsola.setup.mute){
console.log(data)
}
}

0 comments on commit 35acbab

Please sign in to comment.