SEL-Columbia / dokomoforms

Dokomo どこも Forms is a mobile data collection technology that doesn't suck.
http://dokomoforms.org
GNU General Public License v3.0
22 stars 23 forks source link

Update package.json jsdom 3.1.1 -> 4.0.2 #109

Closed vr2262 closed 9 years ago

vr2262 commented 9 years ago

/home/travis/build/SEL-Columbia/dokomoforms/node_modules/jsdom/lib/jsdom/browser/Window.js:39
this._globalProxy = vm.runInContext("this", this);
^
TypeError: needs a 'context' argument.

  

vr2262 commented 9 years ago
/home/travis/build/SEL-Columbia/dokomoforms/node_modules/jsdom/lib/jsdom/browser/Window.js:39
  this._globalProxy = vm.runInContext("this", this);
                         ^
TypeError: needs a 'context' argument.
vr2262 commented 9 years ago

OK... this isn't as simple as I thought.