diff options
| author | Misko Hevery | 2010-04-22 21:04:20 -0700 |
|---|---|---|
| committer | Misko Hevery | 2010-04-22 21:04:20 -0700 |
| commit | 7ef5e055afec5ad7f279bcc4bd70b9f069d87a95 (patch) | |
| tree | 089c7352415b7e762f3fa48b501174f8631a9a02 /test/testabilityPatch.js | |
| parent | fe434307d15d697a5ffade51bad068f6443965b2 (diff) | |
| download | angular.js-7ef5e055afec5ad7f279bcc4bd70b9f069d87a95.tar.bz2 | |
fix CI Build
Diffstat (limited to 'test/testabilityPatch.js')
| -rw-r--r-- | test/testabilityPatch.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/testabilityPatch.js b/test/testabilityPatch.js index b05770c7..1e6ed970 100644 --- a/test/testabilityPatch.js +++ b/test/testabilityPatch.js @@ -1,12 +1,6 @@ jstd = jstestdriver; dump = bind(jstd.console, jstd.console.log); -var NBSP = (function(){ - var div = document.createElement('div'); - div.innerHtml = ' '; - return msie ? div.innerText : div.textContent; -})(); - function nakedExpect(obj) { return expect(angular.fromJson(angular.toJson(obj))); } |
