Skip to content

Commit

Permalink
Static typing is not going into the next release. Need to decide if i…
Browse files Browse the repository at this point in the history
…t can be made useful, or if its use should be encouraged at all.
  • Loading branch information
jcoglan committed Feb 25, 2008
1 parent b034775 commit 0b6b584
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PACKAGES = {

'patterns' => %w(
comparable enumerable observable method_chain
decorator proxy command linked_list static_typing
decorator proxy command linked_list
)
}

Expand Down
2 changes: 2 additions & 0 deletions test.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@
}, 3000);
}},

/*
testStaticTyping: function() { with(this) {
var foo = function(animal) {
return 'something';
Expand All @@ -324,6 +325,7 @@
benchmark(function() { foo(pitbull, pitbull, pitbull, 'foo', []) }, 3000);
}},
*/

testClassDefinition: function() { with(this) {
var frog = new Animal('Kermit');
Expand Down

0 comments on commit 0b6b584

Please sign in to comment.