vendor/assets/javascripts/uikit/components/timepicker.js in uikit2-rails-0.1.2 vs vendor/assets/javascripts/uikit/components/timepicker.js in uikit2-rails-0.1.3
- old
+ new
@@ -1,15 +1,15 @@
-/*! UIkit 2.23.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
+/*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
(function(addon) {
var component;
if (window.UIkit) {
component = addon(UIkit);
}
if (typeof define == "function" && define.amd) {
- define("uikit-search", ["uikit"], function(){
+ define("uikit-timepicker", ["uikit"], function(){
return component || addon(UIkit);
});
}
})(function(UI){