Howto:Troubleshooting Nasal Callbacks: Difference between revisions

Jump to navigation Jump to search
Line 40: Line 40:
<syntaxhighlight lang="nasal">
<syntaxhighlight lang="nasal">


var ObjectIdentify = func(obj) {
var ObjectIdentity = func(obj) {
  return id(obj);
  return id(obj);
};
};

Navigation menu