Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
forked fromvuejs/vue

Commit83ea0da

Browse files
committed
chore: coverage
1 parent81e1e47 commit83ea0da

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

‎src/platforms/web/runtime/node-ops.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ export function setTextContent (node: Node, text: string) {
5454
node.textContent=text
5555
}
5656

57-
exportfunctionsetAttribute(node:Element,key:string,val:string){
58-
node.setAttribute(key,val)
59-
}
60-
6157
exportfunctionsetStyleScope(node:Element,scopeId:string){
6258
node.setAttribute(scopeId,'')
6359
}

‎src/shared/util.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ export const hyphenate = cached((str: string): string => {
180180
* code that was able to run in PhantomJS 1.x, so this must be kept for
181181
* backwards compatibility.
182182
*/
183+
184+
/* istanbul ignore next */
183185
functionpolyfillBind(fn:Function,ctx:Object):Function{
184186
functionboundFn(a){
185187
constl=arguments.length

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp