Skip to content

Commit

Permalink
- exclude the nativeEx from being serialized
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickolay Platonov committed Jan 23, 2011
1 parent f9d2650 commit dd96687
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Components.JS
Expand Up @@ -3,6 +3,8 @@ COMPONENTS = {
"Core" : [
"KiokuJS.Reference",

"KiokuJS.Feature.Attribute.Skip",

"KiokuJS.Exception",
"KiokuJS.Exception.Network",
"KiokuJS.Exception.Format",
Expand All @@ -18,7 +20,6 @@ COMPONENTS = {

"KiokuJS.Feature.Attribute.Intrinsic",
"KiokuJS.Feature.Attribute.Extrinsic",
"KiokuJS.Feature.Attribute.Skip",
"KiokuJS.Feature.Attribute.Proxy",
"KiokuJS.Feature.Attribute.Lazy",

Expand Down
4 changes: 3 additions & 1 deletion lib/KiokuJS/Exception.js
@@ -1,7 +1,9 @@
Class('KiokuJS.Exception', {

has : {
nativeEx : null,
nativeEx : {
trait : 'KiokuJS.Feature.Attribute.Skip',
},

message : { is : 'rw' },
description : 'Unknown exception'
Expand Down

0 comments on commit dd96687

Please sign in to comment.