mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
parent
e82d780c2e
commit
a83ed0e6c3
1 changed files with 0 additions and 6 deletions
|
|
@ -256,12 +256,6 @@ function inherit(parent, extra) {
|
|||
return extend(new (extend(function() {}, {prototype:parent}))(), extra);
|
||||
}
|
||||
|
||||
var START_SPACE = /^\s*/;
|
||||
var END_SPACE = /\s*$/;
|
||||
function stripWhitespace(str) {
|
||||
return isString(str) ? str.replace(START_SPACE, '').replace(END_SPACE, '') : str;
|
||||
}
|
||||
|
||||
/**
|
||||
* @ngdoc function
|
||||
* @name angular.noop
|
||||
|
|
|
|||
Loading…
Reference in a new issue