mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
fixing closure compiler warnings
This commit is contained in:
parent
f60b6b0938
commit
8aed2047f0
2 changed files with 2 additions and 2 deletions
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue