diff options
| author | Misko Hevery | 2010-03-15 14:36:50 -0700 |
|---|---|---|
| committer | Misko Hevery | 2010-03-15 14:36:50 -0700 |
| commit | cc71b745c3c821f5e012a363ae3267252a81fddb (patch) | |
| tree | b86a76a131aa222b8bdf032480dc2ef0dca51a97 /test/testabilityPatch.js | |
| parent | bf838aab5d65a1019a4867b496e971c488589512 (diff) | |
| download | angular.js-cc71b745c3c821f5e012a363ae3267252a81fddb.tar.bz2 | |
added resources; removed compiled code
Diffstat (limited to 'test/testabilityPatch.js')
| -rw-r--r-- | test/testabilityPatch.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/testabilityPatch.js b/test/testabilityPatch.js index 293553da..e7ebb386 100644 --- a/test/testabilityPatch.js +++ b/test/testabilityPatch.js @@ -10,6 +10,11 @@ msie = jQuery.browser.msie; function noop(){} jstd = jstestdriver; +dump = _(jstd.console.log).bind(jstd.console); + +function nakedExpect(obj) { + return expect(angular.fromJson(angular.toJson(obj))); +}; swfobject = { createSwf:function() { @@ -137,4 +142,4 @@ function assertThrows(error, fn){ } log = noop; -error = noop;
\ No newline at end of file +error = noop; |
