Sort properties

This commit is contained in:
Tom Payne
2012-07-22 02:07:01 +02:00
parent f280faff67
commit 883089c3d1

View File

@@ -33,10 +33,10 @@ ol.Layer = function(store, opt_values) {
*/
this.store_ = store;
this.setVisible(true);
this.setHue(0);
this.setOpacity(1);
this.setSaturation(0);
this.setVisible(true);
if (goog.isDef(opt_values)) {
this.setValues(opt_values);