Skip to content

Commit

Permalink
Fix Bugzilla � Bug 243254 [Automation][Regression]Cannot find functio…
Browse files Browse the repository at this point in the history
…n doubleValue error
  • Loading branch information
Gang Liu committed Aug 8, 2008
1 parent 36a3e8e commit cfb5809
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,8 @@ public Object wrap( Context cx, Scriptable scope, Object obj,
return super.wrap( cx, scope, obj, staticType );
}
};
factory.setJavaPrimitiveWrap( false );
//factory.setJavaPrimitiveWrap( false );

scriptContext.getContext( ).setWrapFactory( factory );

new CoreJavaScriptInitializer( ).initialize( cx, scope );
Expand Down

0 comments on commit cfb5809

Please sign in to comment.