fixing closure compiler warnings

This commit is contained in:
Igor Minar 2010-12-06 20:48:47 -08:00
parent f60b6b0938
commit 8aed2047f0
2 changed files with 2 additions and 2 deletions

View file

@ -466,7 +466,7 @@ var angularArray = {
* {@link angular.Array} for more info.
*
* @param {Array} array The array to count elements in.
* @param {(Function()|string)=} condition A function to be evaluated or angular expression to be
* @param {(function()|string)=} condition A function to be evaluated or angular expression to be
* compiled and evaluated. The element that is currently being iterated over, is exposed to
* the `condition` as `this`.
* @returns {number} Number of elements in the array (for which the condition evaluates to true).

View file

@ -205,7 +205,7 @@ function makeMap(str){
/**
* decodes all entities into regular string
* @param value
* @returns
* @returns {string} A string with decoded entities.
*/
var hiddenPre=document.createElement("pre");
function decodeEntities(value) {