popupwindow: fix jslint error
authorMinkyu Kang <mk7.kang@samsung.com>
Wed, 23 Jan 2013 05:32:17 +0000 (14:32 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 23 Jan 2013 11:03:50 +0000 (20:03 +0900)
commit44b5e80e6aa076bda59970c6ed52649e780cec87
tree8a261d44d2513aaa2e6040b40581cd81e6cf55ff
parent5f11ebeba55a13ae9d9b06ccc4ec46dc83f1b158
popupwindow: fix jslint error

Expected exactly one space between 'function' and '('.
this.element.bind( "vclick", function( e ) { // Line 221, Pos 50
Expected exactly one space between 'if' and '(
if( backgroundclose ) { // Line 354, Pos 15

Change-Id: Idbb2be497be8d6d90a4daadfa5eef8b0d0ac391c
src/widgets/popupwindow/js/jquery.mobile.tizen.popupwindow.js