face-recognition.js/public_html/js/lib/min/PermanentStorage.js

2 lines
147 B
JavaScript
Raw Permalink Normal View History

var PermanentStorage=function(){};PermanentStorage.prototype={store:function(a){a=(a||null).toString()||null;console.warn(a)},fetch:function(){}};