Skip to content

Commit

Permalink
remove unused modules
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Apr 29, 2011
1 parent dec63c7 commit b80a4ee
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/mongoose/document.js
Expand Up @@ -5,12 +5,7 @@

var EventEmitter = require('events').EventEmitter
, MongooseError = require('./error')
, Schema = require('./schema')
, SchemaType = require('./schematype')
, VirtualType = require('./virtualtype')
, ArrayType = require('./types/array')
, MixedSchema = require('./schema/mixed')
, DocumentArraySchema = require('./schema/documentarray')
, utils = require('./utils')
, clone = utils.clone
, ActiveRoster = utils.StateMachine.ctor('require', 'modify', 'init')
Expand Down

0 comments on commit b80a4ee

Please sign in to comment.