Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit aa6a0e3

Browse files
GiffenGoodtbosch
authored andcommittedFeb 5, 2014
docs(log.js): param debugEnabled is a boolean and not a string
1 parent 8761ddc commit aa6a0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ng/log.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function $LogProvider(){
5151
* @name ng.$logProvider#debugEnabled
5252
* @methodOf ng.$logProvider
5353
* @description
54-
* @param {string=} flag enable or disable debug level messages
54+
* @param {boolean=} flag enable or disable debug level messages
5555
* @returns {*} current value if used as getter or itself (chaining) if used as setter
5656
*/
5757
this.debugEnabled = function(flag) {

0 commit comments

Comments
 (0)
This repository has been archived.