-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
108 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
console.log('calculadora-inicializacao.js pode ser usada para pre-carregar dados e setar variaveis que poderiam ser reusadas pelo calculadora-logica.js ficar simples para edição por desenvolvedores não especialista em javascript') | ||
/** | ||
* O arquivo calculadora-inicializacao.js foi criado para, caso necessário, | ||
* conter conter qualquer rotina que seja necessária por calculadora-logica.js | ||
* e calculadora-ui.js. | ||
* | ||
* Um ótimo exemplo seria pré-carregar dados de algum web service e/ou arquivo | ||
* json externo com dados atualizados de pais. Também pode servir para permitir | ||
* que uma pessoa editando apenas o HTML de uma pasta local sem inicializar um | ||
* servidor http não tenha problemas com CORS, arquivos não carregados, etc. | ||
* | ||
* NOTA: este arquivo não precisa ser amigável. Pode ter gambiarra. É livre setar | ||
* variavel global aqui. | ||
* | ||
* @license PUBLIC DOMAIN | ||
*/ | ||
|
||
console.log('calculadora-inicializacao.js carregado'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters