Popupwindow: removed unvalid selector in jquery 1.8.2
authorhjnim.kim <hjnim.kim@samsung.com>
Wed, 16 Jan 2013 10:32:06 +0000 (19:32 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Thu, 17 Jan 2013 08:50:21 +0000 (17:50 +0900)
removed unvalid selector in jquery ( :not:not selector )

Change-Id: Id1d35901257506e3f59195c65419e6d3a40e718f

src/widgets/popupwindow_ctxpopup/js/jquery.mobile.tizen.ctxpopup.js

index ecd7188..d3e0bea 100755 (executable)
@@ -73,7 +73,7 @@
 (function ( $, undefined ) {
        $.widget( "tizen.ctxpopup", $.tizen.widgetex, {
                options: $.extend( {}, $.tizen.popupwindow.prototype.options, {
-                       initSelector: ":not(:not(" + $.tizen.popupwindow.prototype.options.initSelector + ")):not(:not(:jqmData(show-arrow='true'), :jqmData(show-arrow)))"
+                       initSelector: ":jqmData(show-arrow)"
                } ),
 
                _htmlProto: {