Added toString() to forced-public methods list
parent
bc8ec4e0be
commit
c8e2ebc4ea
|
@ -72,7 +72,11 @@ var util = require( __dirname + '/util' ),
|
||||||
*
|
*
|
||||||
* @type {Object.<string,boolean}
|
* @type {Object.<string,boolean}
|
||||||
*/
|
*/
|
||||||
public_methods = { '__construct': true }
|
public_methods = {
|
||||||
|
'__construct': true,
|
||||||
|
'toString': true,
|
||||||
|
'__toString': true,
|
||||||
|
}
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue