Fix Driving/NightMode; remove 'use strict'.
[profile/ivi/cowhide.git] / src / javascripts / cowhide-simple-scrollable.js
index 0d0ea38..02daa51 100644 (file)
@@ -1,7 +1,5 @@
 /* vi: set et sw=4 ts=4 si: */
 (function($, undefined) {
-    'use strict';
-
     var ChSimpleScrollable = function(element, options) {
         $.fn.ch_widget.Constructor(element, options);
         this.$element = $(element);