muut / riotjs-admin

Administration panel – A Riot.js demo
https://moot.it/riotjs/demo/
125 stars 27 forks source link

make riot global var available to api.js for testing #13

Closed douglascalhoun closed 10 years ago

douglascalhoun commented 10 years ago

Maybe there's a better way?

Fix for:

$ ./make.js test

riotjs-admin/dist/api.js:124 top.admin = riot.observable(function(arg) { ^ ReferenceError: riot is not defined

tipiirai commented 10 years ago

Definitely better than a broken one. Thanks again.