This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import Ember from "ember"; | |
| /*global Cookies*/ | |
| export default Ember.Service.extend({ | |
| browserName: '', | |
| fullVersion: '', | |
| majorVersion: '', | |
| agent:'', | |
| userForceEnter:false, | |
| init() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import android.content.Context; | |
| import android.graphics.Canvas; | |
| import android.graphics.Color; | |
| import android.graphics.Paint; | |
| import android.graphics.RectF; | |
| import android.util.AttributeSet; | |
| import android.view.View; | |
| /** | |
| * Created by christianstengel on 16.07.15. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TypeError: Cannot read property 'map' of undefined | |
| at json-serializer.js:584 | |
| at ext.js:497 | |
| at Map.forEach.cb (ember.debug.js:16815) | |
| at OrderedSet.forEach (ember.debug.js:16614) | |
| at Map.forEach (ember.debug.js:16819) | |
| at Function.ember$data$lib$system$model$$default.reopenClass.eachRelationship (ext.js:496) | |
| at ember$data$lib$system$serializer$$default.extend.extractRelationships (json-serializer.js:575) | |
| at ember$data$lib$system$serializer$$default.extend.normalize (json-serializer.js:487) | |
| at superFunction [as _super] (ember.debug.js:17013) |