Skip to content

Commit 7d9836c

Browse files
Bump aframe-master dist/ builds. (aframevr/aframe@4e1df13...f8cf83d)
1 parent f8cf83d commit 7d9836c

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

dist/aframe-master.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75173,7 +75173,7 @@ function processPropertyDefinition (propDefinition, componentName) {
7517375173

7517475174
propType = propertyTypes[typeName];
7517575175
if (!propType) {
75176-
warn('Unknown property type: ' + typeName);
75176+
warn('Unknown property type for component `' + componentName + '`: ' + typeName);
7517775177
}
7517875178

7517975179
// Fill in parse and stringify using property types.
@@ -75188,7 +75188,7 @@ function processPropertyDefinition (propDefinition, componentName) {
7518875188
// Check that default values are valid.
7518975189
if (!isValidDefaultValue(typeName, defaultVal)) {
7519075190
warn('Default value `' + defaultVal + '` does not match type `' + typeName +
75191-
'` in Component `' + componentName + '`');
75191+
'` in component `' + componentName + '`');
7519275192
}
7519375193
} else {
7519475194
// Fill in default value.
@@ -76515,7 +76515,7 @@ _dereq_('./core/a-mixin');
7651576515
_dereq_('./extras/components/');
7651676516
_dereq_('./extras/primitives/');
7651776517

76518-
console.log('A-Frame Version: 0.5.0 (Date 04-04-2017, Commit #16679ab)');
76518+
console.log('A-Frame Version: 0.5.0 (Date 04-04-2017, Commit #f8cf83d)');
7651976519
console.log('three Version:', pkg.dependencies['three']);
7652076520
console.log('WebVR Polyfill Version:', pkg.dependencies['webvr-polyfill']);
7652176521

0 commit comments

Comments
 (0)