Reviewed & tested by the community
Project:
Backbone
Version:
7.x-1.x-dev
Component:
Drupal/PHP Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2012 at 13:47 UTC
Updated:
30 Jan 2014 at 02:48 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dragonwize commentedPatch attached replaces 2 calls to _backbone_variable_get() with standard variable_get() calls so that backbone_library module can be ran without backbone.module.
Comment #2
codesidekick commentedTested the patch and works fine. I think this is an important issue as the backbone_library module currently crashes out when enabled without the backbone module.
Lots of projects may wish to use the backbone library without the backbone module - especially as the backbone module is still a work in progress.
Comment #3
codesidekick commented