Built motion from commit 1038d87.|0.0.141
[motion.git] / public / bower_components / angular-spinner / angular-spinner.js
index c365930..6417909 100644 (file)
@@ -1,7 +1,7 @@
 /**
- * angular-spinner version 0.8.1
+ * angular-spinner version 0.8.0
  * License: MIT.
- * Copyright (C) 2013, 2014, 2015, 2016, Uri Shaked and contributors.
+ * Copyright (C) 2013, 2014, 2015, Uri Shaked and contributors.
  */
 
 'format amd';
@@ -83,7 +83,6 @@
 
                                                        // order of precedence: element options, theme, defaults.
                                                        options = angular.extend(
-                                                               {},
                                                                usSpinnerConfig.config,
                                                                usSpinnerConfig.themes[attr.spinnerTheme],
                                                                options);