Update docs

This commit is contained in:
Siebrand Mazeland
2012-12-27 21:58:54 +01:00
parent f9111d5e39
commit d2d287fbc4
4 changed files with 22 additions and 25 deletions

View File

@@ -122,8 +122,8 @@
},
/**
* Get a column to add language.
* @param String regionCode The region code
* @param boolean forceNew whether a new column must be created or not
* @param regionCode string The region code
* @param forceNew bool whether a new column must be created or not
*/
getColumn: function( regionCode, forceNew ) {
var $divRegionCode, $rowDiv, $ul;