Completed
Push — master ( c06f3c...0ec0d0 )
by Fabio
11:03
created
framework/Web/UI/ActiveControls/TActiveListControlAdapter.php 1 patch
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * TActiveListControlAdapter class file.
4
- *
5
- * @author Wei Zhuo <weizhuo[at]gamil[dot]com>
6
- * @link https://github.com/pradosoft/prado
7
- * @copyright Copyright &copy; 2005-2016 The PRADO Group
8
- * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT
9
- * @package System.Web.UI.ActiveControls
10
- */
3
+	  * TActiveListControlAdapter class file.
4
+	  *
5
+	  * @author Wei Zhuo <weizhuo[at]gamil[dot]com>
6
+	  * @link https://github.com/pradosoft/prado
7
+	  * @copyright Copyright &copy; 2005-2016 The PRADO Group
8
+	  * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT
9
+	  * @package System.Web.UI.ActiveControls
10
+	  */
11 11
 
12 12
 /**
13 13
  * Load active control adapter.
@@ -120,11 +120,11 @@  discard block
 block discarded – undo
120 120
 		}
121 121
 	}
122 122
 
123
-    /**
124
-     * Clears all existing selections on the client side.
125
-     */
126
-    public function clearSelection()
127
-    {
123
+	/**
124
+	 * Clears all existing selections on the client side.
125
+	 */
126
+	public function clearSelection()
127
+	{
128 128
 		if($this->canUpdateClientSide())
129 129
 		{
130 130
 			$this->updateListItems();
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
 				$this->getPage()->getCallbackClient()->select($this->getControl(), 'Clear');
138 138
 			}
139 139
 		}
140
-    }
140
+	}
141 141
 
142 142
 	/**
143 143
 	 * Update the client-side list options.
Please login to merge, or discard this patch.