diff options
Diffstat (limited to 'docs/component-spec/annotationsSpec.js')
| -rw-r--r-- | docs/component-spec/annotationsSpec.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/component-spec/annotationsSpec.js b/docs/component-spec/annotationsSpec.js index a17c906c..90c72918 100644 --- a/docs/component-spec/annotationsSpec.js +++ b/docs/component-spec/annotationsSpec.js @@ -74,10 +74,10 @@ describe('Docs Annotations', function() { enter : function(element, done) { $window.setTimeout(done, 1000); }, - show : function(element, done) { + removeClass : function(element, className, done) { $window.setTimeout(done, 500); }, - hide : function(element, done) { + addClass : function(element, className, done) { $window.setTimeout(done, 200); } } |
