/** * * User: Martin Donnelly * Date: 2016-06-01 * Time: 13:30 * */ var GADGET = function(p) { 'use strict'; this._gadget = p; };