Skip to content

Instantly share code, notes, and snippets.

@muraiki
Created March 12, 2013 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muraiki/29ce819bbf6319e014cc to your computer and use it in GitHub Desktop.
Save muraiki/29ce819bbf6319e014cc to your computer and use it in GitHub Desktop.
[10:44:43.407] Exception from Meteor._atFlush: Template.board.rendered/<@http://localhost:3000/client/nagareboshigo.js?993887eac90392195d8b9a99aafd0c3b32b253e5:3399
Template.board.rendered@http://localhost:3000/client/nagareboshigo.js?993887eac90392195d8b9a99aafd0c3b32b253e5:4138
Meteor._def_template/partial/html</html<.rendered@http://localhost:3000/packages/templating/deftemplate.js?1fdf0deed25345544b4a4d6635cc3b2476d1ec99:125
scheduleOnscreenSetup/</<@http://localhost:3000/packages/spark/spark.js?ba288278f8e36e3529187cea4590001f50ef0f95:386
_.forEach@http://localhost:3000/packages/underscore/underscore.js?017a0dea6ebb07eec57a1541a0fd524665e769bd:79
scheduleOnscreenSetup/<@http://localhost:3000/packages/spark/spark.js?ba288278f8e36e3529187cea4590001f50ef0f95:384
Meteor._atFlush/<@http://localhost:3000/packages/deps/deps-utils.js?0c00e493224f891c3d6c82a23693ba55e0f47611:106
.flush/</<@http://localhost:3000/packages/deps/deps.js?d804638a4633c2f6488827923ba5fbd00f07d518:71
_.forEach@http://localhost:3000/packages/underscore/underscore.js?017a0dea6ebb07eec57a1541a0fd524665e769bd:79
.flush/<@http://localhost:3000/packages/deps/deps.js?d804638a4633c2f6488827923ba5fbd00f07d518:69
_.forEach@http://localhost:3000/packages/underscore/underscore.js?017a0dea6ebb07eec57a1541a0fd524665e769bd:79
.flush@http://localhost:3000/packages/deps/deps.js?d804638a4633c2f6488827923ba5fbd00f07d518:60
[10:44:45.787] TypeError: fabric.Circle is not a constructor @ http://localhost:3000/client/nagareboshigo.js?993887eac90392195d8b9a99aafd0c3b32b253e5:14839
@muraiki
Copy link
Author

muraiki commented Mar 12, 2013

The demo code that I inserted into Template.board.rendered after fabric.js isn't working (a red box should be displayed in the canvas). fabric.Circle() should work fine, but I guess that error is displaying because something is still not right with loading the fabric.js code. I'm not certain how https://github.com/6/realtime-fabric got fabric to work with just the <script> tag in the head...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment