UNPKG

gpii-universal

Version:

Cross platform, core components of the GPII personalization infrastructure.

22 lines (14 loc) 452 B
/*! GPII Base Data Store Copyright 2016 OCAD university Licensed under the New BSD license. You may not use this file except in compliance with this License. You may obtain a copy of the License at https://github.com/GPII/universal/blob/master/LICENSE.txt */ "use strict"; var fluid = fluid || require("infusion"); fluid.registerNamespace("gpii.dbOperation"); fluid.defaults("gpii.dbOperation.dataStore", { gradeNames: "fluid.component" });