* [html5] clean debugger.

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/2ef0c510
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/2ef0c510
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/2ef0c510

Branch: refs/heads/0.16-dev
Commit: 2ef0c5103bd093c1572edb679f5c2b67e9a00579
Parents: a2064a4
Author: MrRaindrop <tekk...@gmail.com>
Authored: Tue Jul 25 21:14:55 2017 +0800
Committer: MrRaindrop <tekk...@gmail.com>
Committed: Tue Jul 25 21:14:55 2017 +0800

----------------------------------------------------------------------
 html5/test/render/vue/utils/style.js | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/2ef0c510/html5/test/render/vue/utils/style.js
----------------------------------------------------------------------
diff --git a/html5/test/render/vue/utils/style.js 
b/html5/test/render/vue/utils/style.js
index c073987..2b2e321 100644
--- a/html5/test/render/vue/utils/style.js
+++ b/html5/test/render/vue/utils/style.js
@@ -122,7 +122,6 @@ describe('transform', () => {
     })
     it('should replace all transform properties', () => {
       addTransform(node, style, true)
-      debugger;
       expect(trimSpace(node.style.transform)).to.be.equal(
         trimSpace(style.translate + style.rotate))
       // webkitTransform will remove last whitespace automatically
@@ -151,7 +150,6 @@ describe('transform', () => {
       node.style.transform = nodeStyle.translate + ' ' + nodeStyle.scale + ' ' 
+ nodeStyle.rotate
       node.style.webkitTransform = nodeStyle.translate + ' ' + nodeStyle.scale 
+ ' ' + nodeStyle.rotate
       addTranslateX(node, toAdd)
-      debugger;
       // webkitTransform will reserved whitespace between translate value but 
transform will not.
       expect(trimSpace(node.style.transform)).to.be.equal(
         trimSpace(nodeStyle.translate.replace(translateReg, 
translateReplaceFunction)

Reply via email to