1- // PythonJS Runtime - regenerated on: Sat Mar 22 00:21:03 2014
1+ // PythonJS Runtime - regenerated on: Tue Apr 22 23:29:54 2014
22__NULL_OBJECT__ = Object . create ( null ) ;
33if ( ( "window" ) in this && ( "document" ) in this ) {
44 __WEBWORKER__ = false ;
@@ -563,8 +563,7 @@ __jsdict.NAME = "__jsdict";
563563__jsdict . args_signature = [ "items" ] ;
564564__jsdict . kwargs_signature = { } ;
565565__jsdict . types_signature = { } ;
566- __jsdict_get = function ( ob , key , _kwargs_ ) {
567- if ( _kwargs_ === undefined || _kwargs_ . default_value === undefined ) { var default_value = null } else { var default_value = _kwargs_ . default_value } ;
566+ __jsdict_get = function ( ob , key , default_value ) {
568567 if ( ob instanceof Object ) {
569568 if ( key in ob ) {
570569 return ob [ ( key . __uid__ ) ? key . __uid__ : key ] ;
@@ -577,8 +576,8 @@ __jsdict_get = function(ob, key, _kwargs_) {
577576
578577__jsdict_get . NAME = "__jsdict_get" ;
579578__jsdict_get . args_signature = [ "ob" , "key" , "default_value" ] ;
580- __jsdict_get . kwargs_signature = { default_value : null } ;
581- __jsdict_get . types_signature = { default_value : "None" } ;
579+ __jsdict_get . kwargs_signature = { } ;
580+ __jsdict_get . types_signature = { } ;
582581__jsdict_set = function ( ob , key , value ) {
583582 if ( ob instanceof Object ) {
584583 ob [ ( key . __uid__ ) ? key . __uid__ : key ] = value ;
0 commit comments