Skip to content

Commit

Permalink
limpeza de código e versão do boiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Wilson Pinto Bastos committed Aug 18, 2015
1 parent 399f3d4 commit adbbdaa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/css/boiler.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,4 @@ input[type=datetime-local]::-webkit-calendar-picker-indicator:hover {
input[type=date].required::-webkit-calendar-picker-indicator:hover,
input[type=datetime-local].required::-webkit-calendar-picker-indicator:hover {
background: #F7F7B6;
}
}
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"WAIT_BEFORE_SHOW_LOADING_VIEW": 2000,
"CDN_URL": "http://servicos.sorocaba.sp.gov.br/cdn",
"ENV": "TESTE"
}
}
4 changes: 2 additions & 2 deletions libs/boiler.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Boiler
// Versão: 1.2.1
// Versão: 1.3.6
// Autor: Victor Bastos

if (typeof exports === 'object' && typeof define !== 'function') {
Expand Down Expand Up @@ -120,4 +120,4 @@ define(function (require, exports, module) {
setLoadingView: setLoadingView,
setErrorView: setErrorView
};
});
});

0 comments on commit adbbdaa

Please sign in to comment.