aboutsummaryrefslogtreecommitdiffstats
path: root/src/scenario/dsl.js
diff options
context:
space:
mode:
authorMisko Hevery2010-11-02 18:39:30 -0700
committerIgor Minar2010-11-03 09:47:22 -0700
commit5159eb76350a4da587bab3d73e212ed134cde789 (patch)
tree8027cdee61d97e3be28b81714bf0397fd65d8863 /src/scenario/dsl.js
parent1ba8c2a33a2855b5c56aaaa79f402aa5196cc018 (diff)
downloadangular.js-5159eb76350a4da587bab3d73e212ed134cde789.tar.bz2
fix the linky filter
Diffstat (limited to 'src/scenario/dsl.js')
-rw-r--r--src/scenario/dsl.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scenario/dsl.js b/src/scenario/dsl.js
index 45156369..f37ab71d 100644
--- a/src/scenario/dsl.js
+++ b/src/scenario/dsl.js
@@ -170,7 +170,6 @@ angular.scenario.dsl('binding', function() {
if (element.is('input, textarea')) {
done(null, element.val());
} else {
- console.log('element.html(): ', element.html());
done(null, element.html());
}
return;