Merge pull request #281 from matrix-org/rav/velociraptor_fixes

Various fixes to the velociraptor
This commit is contained in:
Richard van der Hoff 2016-04-21 14:25:07 +01:00
commit 380b991d16
3 changed files with 32 additions and 17 deletions

View file

@ -5,6 +5,14 @@
* application to provide
*/
/* this is a convenient place to ensure we load the compatibility libraries we expect our
* app to provide
*/
// for ES6 stuff like startsWith() and Object.values() that babel doesn't do by
// default
require('babel-polyfill');
var sdk = require("../src/index");
var skin = require('../src/component-index.js');