File Manager

Path: /home/heznutpr/log.heznutprivate.com/dashboard/bower_components/chart.js/src/core/

Viewing File: core.defaults.js

'use strict';

var helpers = require('../helpers/index');

module.exports = {
	/**
	 * @private
	 */
	_set: function(scope, values) {
		return helpers.merge(this[scope] || (this[scope] = {}), values);
	}
};