Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
git-svn-id: http://hotruby.googlecode.com/svn/trunk@7 4fb8041d-b042-0…
…410-9571-f50be27af959
  • Loading branch information
yukoba@accelart.jp committed Jan 1, 2008
1 parent 66cbac0 commit 835ec2e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions web/js/HotRuby.js
Expand Up @@ -31,12 +31,7 @@ var HotRuby = function() {
* @class
* @construtor
*/
HotRuby.StackFrame = function(opcode) {
/**
* opcode
* @type Array
*/
this.opcode = opcode;
HotRuby.StackFrame = function() {
/**
* Stack Pointer
* @type Number
Expand Down

0 comments on commit 835ec2e

Please sign in to comment.