Fix vimeo with no vimeo-workaround

This commit is contained in:
Calvin Montgomery 2014-07-09 22:15:14 -07:00
parent 2d0fe02a19
commit f92d4bc5d4

View file

@ -45,6 +45,7 @@ MediaRefresherModule.prototype.initGoogleDocs = function (data, cb) {
MediaRefresherModule.prototype.initVimeo = function (data, cb) {
if (!Config.get("vimeo-workaround")) {
if (cb) cb();
return;
}