summaryrefslogtreecommitdiffstats
path: root/examples/nodejs-mongodb-mongoose-restify/js/events.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nodejs-mongodb-mongoose-restify/js/events.js')
-rw-r--r--examples/nodejs-mongodb-mongoose-restify/js/events.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/nodejs-mongodb-mongoose-restify/js/events.js b/examples/nodejs-mongodb-mongoose-restify/js/events.js
deleted file mode 100644
index 454a263..0000000
--- a/examples/nodejs-mongodb-mongoose-restify/js/events.js
+++ /dev/null
@@ -1,8 +0,0 @@
-define([
- 'jquery',
- 'underscore',
- 'backbone'
-], function($, _, Backbone){
- var vent = _.extend({}, Backbone.Events);
- return vent;
-}); \ No newline at end of file