Skip to content

Commit

Permalink
Remove old isBoot property from core objects
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Aug 4, 2013
1 parent 0466609 commit e8aebd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion corelib/opal/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@
RubyClass.prototype = new ctor();

var prototype = RubyClass.prototype;
prototype._isBoot = true;
prototype._alloc = klass;
prototype._isClass = true;
prototype._name = id;
Expand Down

0 comments on commit e8aebd2

Please sign in to comment.