can-symbol
Advanced tools
Comparing version 1.0.0-pre.2 to 1.0.0-pre.3
var CanSymbol; | ||
if(typeof Symbol !== "undefined") { | ||
if(typeof Symbol !== "undefined" && typeof Symbol.for === "function") { | ||
CanSymbol = Symbol; | ||
@@ -4,0 +4,0 @@ } else { |
{ | ||
"name": "can-symbol", | ||
"version": "1.0.0-pre.2", | ||
"version": "1.0.0-pre.3", | ||
"description": "Well known symbols used to detail how to operate on different objects", | ||
@@ -5,0 +5,0 @@ "homepage": "http://canjs.com", |
Sorry, the diff of this file is not supported yet
42852