mystor / meteor-device-detection

(NO LONGER SUPPORTED) Client-Side Device Type Detection & Template Switching with Optional Meteor-Router Support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught ReferenceError: Deps is not defined

stefanocudini opened this issue · comments

hi

I'm update my meteor to 0.6.5.1

in this release this smart package trhow an exception at before Meteor.Startup()
in device-detection.js at line 4:

(function() {                                                                                                    // 1
  var Device = function() {                                                                                      // 2
    // Constructor                                                                                               // 3
    this._deps = new Deps.Dependency;                                                                            // 4
Uncaught ReferenceError: Deps is not defined

I do not understand why

The problem is that I haven't updated the meteorite repository to the most recent version (which fixes this problem). I will need to do that at some point, but I am too busy right now. Try cloning the repository into your packages/ directory and then adding it, it should work.