Skip to content

Commit

Permalink
expose protocol signatures.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Feb 21, 2012
1 parent bdab1d0 commit d4049e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core.js
Expand Up @@ -78,6 +78,7 @@ function define(signature) {
**/
return extend(protocol, type, methods)
}
protocol.signature = signature
Object.keys(signature).forEach(function(key) {
function method() {
var index = method[':this-index']
Expand Down

0 comments on commit d4049e8

Please sign in to comment.