Merge branch 'master' into external-plugins

Conflicts:
	public/app/plugins/panels/table/editor.ts
	public/views/index.html
This commit is contained in:
Torkel Ödegaard
2015-12-02 18:30:48 +01:00
63 changed files with 1876 additions and 641 deletions

View File

@@ -15,7 +15,6 @@ function (_) {
appSubUrl: ""
};
var settings = _.extend({}, defaults, options);
return settings;
return _.extend({}, defaults, options);
};
});