mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
1 line
No EOL
172 B
JavaScript
1 line
No EOL
172 B
JavaScript
define(["core/config","core/storagewrapper"],function(a,b){var c=new b(window.localStorage);return{get:function(a){return c.get(a)},set:function(a,b){return c.set(a,b)}}}); |