Skip to content

Commit

Permalink
docs(log.js): param debugEnabled is a boolean and not a string
Browse files Browse the repository at this point in the history
  • Loading branch information
GiffenGood authored and tbosch committed Feb 5, 2014
1 parent 8761ddc commit aa6a0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function $LogProvider(){
* @name ng.$logProvider#debugEnabled
* @methodOf ng.$logProvider
* @description
* @param {string=} flag enable or disable debug level messages
* @param {boolean=} flag enable or disable debug level messages
* @returns {*} current value if used as getter or itself (chaining) if used as setter
*/
this.debugEnabled = function(flag) {
Expand Down

0 comments on commit aa6a0e3

Please sign in to comment.