Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 2313af6

Browse files
committed
dont need to quite property name
1 parent 0c4b503 commit 2313af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/observe.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,7 @@
13991399
add: PROP_ADD_TYPE,
14001400
update: PROP_UPDATE_TYPE,
14011401
reconfigure: PROP_RECONFIGURE_TYPE,
1402-
delete: PROP_DELETE_TYPE,
1402+
'delete': PROP_DELETE_TYPE,
14031403
splice: ARRAY_SPLICE_TYPE
14041404
};
14051405
})(typeof global !== 'undefined' && global ? global : this);

0 commit comments

Comments
 (0)